ExtendedMathDegreeToRadian Method |
Convert degrees to radians.
Namespace:
GeonBit.Core.Utils
Assembly:
GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public static float DegreeToRadian(
float degrees
)
Parameters
- degrees
- Type: SystemSingle
Degrees to convert to radians.
Return Value
Type:
SingleConverted degrees as radians.
See Also