Click or drag to resize

MathUtilUnitsToRadians Method (Double, DistanceUnit)

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Convert a distance value from given units into radians.

Namespace:  Telogis.GeoBase
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public static double UnitsToRadians(
	double dist,
	DistanceUnit unit
)

Parameters

dist
Type: SystemDouble
The distance, measured in the given units.
unit
Type: Telogis.GeoBaseDistanceUnit
The DistanceUnit type.

Return Value

Type: Double
Distance in radians.
See Also