Util.Radians_Degrees() Method

Converts a value in radians (may be fractional) to the equivalent value in degrees.

Syntax

Util.Radians_Degrees(Radians)

The method syntax has these parts:

Part Description
Radians (Double) an angle in radians
Return (Double) the equivalent angle in degrees

Remarks

None