GeodeticCoordinateDegreeToRadian Method |
http://www.emgu.com
Convert degree to radian
Namespace:
Emgu.CV.Geodetic
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.4.0.4061
Syntaxpublic static double DegreeToRadian(
double degree
)
Public Shared Function DegreeToRadian (
degree As Double
) As Double
public:
static double DegreeToRadian(
double degree
)
static member DegreeToRadian :
degree : float -> float
Parameters
- degree
- Type: SystemDouble
degree
Return Value
Type:
Doubleradian
See Also