SpeedUnit Enumeration

Represents the units available for a Speed value.

Definition

Namespace: Gemstone.Units
Assembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.137 -- Release Build+84492f84208b356bfb930d6c506a4bce06d2449a
public enum SpeedUnit

Members

MetersPerSecond0 Meters per second speed units.
MilesPerHour1 Miles per hour speed units.
KilometersPerHour2 Kilometers per hour speed units.
FeetPerMinute3 Feet per minute speed units.
InchesPerSecond4 Inches per second speed units.
Knots5 Knot speed units, international.
Mach6 Mach speed units.

See Also