MathUtilConvertUnits Method (Double, SpeedUnit, SpeedUnit) | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Namespace:
Telogis.GeoBase
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public static double ConvertUnits(
double input,
SpeedUnit input_type,
SpeedUnit output_type
)
Public Shared Function ConvertUnits (
input As Double,
input_type As SpeedUnit,
output_type As SpeedUnit
) As Double
Parameters
- input
- Type: SystemDouble
Quantity of original speed units. - input_type
- Type: Telogis.GeoBaseSpeedUnit
Original speed units (such as MilesPerHour). - output_type
- Type: Telogis.GeoBaseSpeedUnit
Desired speed units (such as KilometersPerHour).
Return Value
Type:
DoubleThe
input time units in
output_type units.
See Also