Parameters
- angle
- Angle in the units of this instance.
Return Value
Angle converted to radians.
// convert 45 degrees to radians double radians = AngularUnit.Degrees.ConvertToRadians(45); // convert PI to degrees double degrees = AngularUnit.Degrees.ConvertFromRadians(Math.PI);
Target Platforms: Windows 10, Windows 8.1