GeometryRadianToDegree Method |
Convert angle (radian) to degrees.
Namespace:
RootPro.RootProCAD.Geometry
Assembly:
RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax public abstract double RadianToDegree(
double radian
)
Public MustOverride Function RadianToDegree (
radian As Double
) As Double
Parameters
- radian
- Type: SystemDouble
Angle (radian).
Return Value
Type:
Double Angle (degree).
See Also