Click or drag to resize

TrigDegreesToRadians Method

Converts degrees to radians.

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

Parameters

angle
Type: SystemDouble
The angle to convert in degrees.

Return Value

Type: Double
The corresponding angle in radians.
See Also