MathUtilUnitsToRadians Method (Double, DistanceUnit) | |
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
)
Public Shared Function UnitsToRadians (
dist As Double,
unit As DistanceUnit
) As Double
Parameters
- dist
- Type: SystemDouble
The distance, measured in the given units. - unit
- Type: Telogis.GeoBaseDistanceUnit
The DistanceUnit type.
Return Value
Type:
DoubleDistance in radians.
See Also