Click or drag to resize

TrigRadiansToDegrees Method

Converts radians to degrees.

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 RadiansToDegrees(
	double angle
)

Parameters

angle
Type: SystemDouble
The angle to convert in radians.

Return Value

Type: Double
The corresponding angle in degrees.
See Also