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