Click or drag to resize

MathUtilConvertUnits Method (Double, MassUnit, MassUnit)

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

Namespace:  Telogis.GeoBase
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public static double ConvertUnits(
	double input,
	MassUnit input_type,
	MassUnit output_type
)

Parameters

input
Type: SystemDouble
Quantity of original mass units.
input_type
Type: Telogis.GeoBaseMassUnit
Original MassUnit (such as Kilograms).
output_type
Type: Telogis.GeoBaseMassUnit
Desired MassUnit (such as Pounds).

Return Value

Type: Double
The input weight units in output_type units.
See Also