TrigRadToDeg Method
Return the degrees equivalent of the specified radian value.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2414.4032
public static float RadToDeg(
float radians
)
Public Shared Function RadToDeg (
radians As Single
) As Single
No code example is currently available or this language may not be supported.
- radians Single
-
Radians to convert.
Single
Degrees equivalent of the specified radians.