MathUtilities.DegreesToRadians(Double) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Convert degrees to radians.
public:
static float DegreesToRadians(double degrees);
public static float DegreesToRadians (double degrees);
static member DegreesToRadians : double -> single
Public Shared Function DegreesToRadians (degrees As Double) As Single
Parameters
- degrees
- Double
Angle, in degrees.
Returns
Angle, in radians.