Click or drag to resize

MathUtilConvertUnits Method (Double, SpeedUnit, SpeedUnit)

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Converts between two speed units.

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
)

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: Double
The input time units in output_type units.
See Also