System.Math.GradToCycle
Delphi
function GradToCycle(const Grads: Single): Single;
function GradToCycle(const Grads: Double): Double;
function GradToCycle(const Grads: Extended): Extended;
C++
extern DELPHI_PACKAGE float __fastcall GradToCycle(const float Grads)/* overload */;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | System.Math.pas System.Math.hpp |
System.Math | System.Math |
Description
Converts grad measurements to cycles.
GradToCycle converts angles measured in grads into cycles.