Convert an angle from radiants to degrees
Namespace: Ico.Windows.Media.Media3DAssembly: Ico3DControlsLibrary (in Ico3DControlsLibrary.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public static double RadiansToDegrees(
double radiants
) |
Visual Basic |
---|
Public Shared Function RadiansToDegrees ( _
radiants As Double _
) As Double |
JScript |
---|
public static function RadiansToDegrees(
radiants : double
) : double |
Parameters
- radiants
- Type: System..::..Double
The angle to convert
Return Value
The converted angle in degrees
See Also