TrigRadToDeg(Double) Method

Return the degrees equivalent of the specified radian value.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2820.4317
C#
public static float RadToDeg(
	double radians
)

Parameters

radians  Double
Radians to convert.

Return Value

Single
Degrees equivalent of the specified radians.

See Also