SpeedUnit Enumeration

Represents the units available for a Speed value.

Definition

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