MathUtilUnitsToRadians Method (Double, SpeedUnit) | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Converts a given speed unit to radians per second.
Namespace:
Telogis.GeoBase
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public static double UnitsToRadians(
double speed,
SpeedUnit input_type
)
Public Shared Function UnitsToRadians (
speed As Double,
input_type As SpeedUnit
) As Double
Parameters
- speed
- Type: SystemDouble
Given speed (to convert to radians). - input_type
- Type: Telogis.GeoBaseSpeedUnit
Units of speed.
Return Value
Type:
DoubleRadian equivalent of
speed.
Exceptions See Also