Click or drag to resize

Trig.DegreesToRadians Method

Converts degrees to radians.

Namespace:  AGI.Foundation
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public static double DegreesToRadians(
	double angle
)

Parameters

angle
Type: System.Double
The angle to convert in degrees.

Return Value

Type: Double
The corresponding angle in radians.
See Also