System.Math.DegToGrad
Delphi
function DegToGrad(const Degrees: Single): Single;
function DegToGrad(const Degrees: Double): Double;
function DegToGrad(const Degrees: Extended): Extended;
C++
extern DELPHI_PACKAGE float __fastcall DegToGrad(const float Degrees)/* overload */;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | System.Math.pas System.Math.hpp |
System.Math | System.Math |
Description
Returns the value of a degree measurement expressed in grads.
Use DegToGrad to convert angles expressed in degrees to the corresponding value in grads.