System.Math.CycleToGrad
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 */;
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| function | public | System.Math.pas System.Math.hpp  | 
        System.Math | System.Math | 
Description
Converts an angle measurement from cycles to grads.
CycleToGrad converts angles measured in cycles into grads.