Click or drag to resize

GM_ConstantsDEGTORAD Method

Converts Degrees to Radians

Namespace:  GlobalMapper
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
C#
public static double DEGTORAD(
	double x
)

Parameters

x
Type: SystemDouble
Degrees to convert

Return Value

Type: Double
Radian Equivalent
See Also