TrigRadToDeg Method

Return the degrees equivalent of the specified radian value.

Definition

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

Parameters

radians  Single
Radians to convert.

Return Value

Single
Degrees equivalent of the specified radians.

See Also