SpeedConvertTo Method

Converts the Speed to the specified targetUnit.

Definition

Namespace: Gemstone.Units
Assembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.162 -- Release Build+f11797ef017301be20d4b9376f78ac29ba38c21a
public double ConvertTo(
	SpeedUnit targetUnit
)

Parameters

targetUnit  SpeedUnit
Target units.

Return Value

Double
Speed converted to targetUnit.

See Also