Click or drag to resize

Trig.RadiansToDegrees Method

Converts radians to degrees.

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

Parameters

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

Return Value

Type: Double
The corresponding angle in degrees.
See Also