%%PageItemTitle%%

VectorDraw Web Library

JsPropertiesExtractor Send comments on this topic.
RadiansToDegrees Method
See Also 
vdWebLibrary Namespace > vdgeo Class : RadiansToDegrees Method
radians
The value in radians to be converted.
Converts the passed value in radians to degrees.

Syntax

JScript 
public function RadiansToDegrees( 
   radians : double
) : double;

Parameters

radians
The value in radians to be converted.

Return Value

The converted value in degrees.

See Also