Icon Radians

Unit: Internal

Available In: Client and Server Applications

function Radians(Value: Double): Double

function Radians(Value: Integer): Double

The Radians function converts the input parameter, which is an angle specified in degrees, to radians. The return value is a Double value.

Examples

X := Radians(5294.01543544978);  // X is 92.398
Image