SpeedUnit Enumeration

Represents the units available for a Speed value.

Definition

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