| MathHelperToDegrees Method (Single) |
Converts an angle value from radians to degrees (single-precision).
Namespace: DigitalRune.MathematicsAssembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax public static float ToDegrees(
float radians
)
Public Shared Function ToDegrees (
radians As Single
) As Single
public:
static float ToDegrees(
float radians
)
static member ToDegrees :
radians : float32 -> float32
Parameters
- radians
- Type: SystemSingle
The angle in radians.
Return Value
Type:
SingleThe angle in degrees.
See Also