SpeedUnit Enumeration

Represents the units available for a Speed value.

Definition

Namespace: Gemstone.Units
Assembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.128 -- Release Build+d050cfc5563c89a1188cc3c6b2d417530856f490
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