System.Math.CycleToGrad

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function CycleToGrad(const Cycles: Single): Single;
function CycleToGrad(const Cycles: Double): Double;
function CycleToGrad(const Cycles: Extended): Extended;

C++

extern DELPHI_PACKAGE float __fastcall CycleToGrad(const float Cycles)/* overload */;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
System.Math.pas
System.Math.hpp
System.Math System.Math

Beschreibung

Wandelt eine Winkelangabe von Kreiszyklen in Neugrad um.

CycleToGrad wandelt eine Winkelangabe von Kreiszyklen in Neugrad um.

Siehe auch