SpeedUnit Enumeration

Represents the units available for a Speed value.

Definition

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