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 11 Home, Pro, Enterprise (64 bit)