SpeedUnit Enumeration
Represents the units available for a
Speed value.
Namespace: Gemstone.UnitsAssembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.128 -- Release Build+d050cfc5563c89a1188cc3c6b2d417530856f490
Public Enumeration SpeedUnit
public enum class SpeedUnit
Gemstone.Units.SpeedUnit = function();
Gemstone.Units.SpeedUnit.createEnum('Gemstone.Units.SpeedUnit', false);
MetersPerSecond | 0 |
Meters per second speed units.
|
MilesPerHour | 1 |
Miles per hour speed units.
|
KilometersPerHour | 2 |
Kilometers per hour speed units.
|
FeetPerMinute | 3 |
Feet per minute speed units.
|
InchesPerSecond | 4 |
Inches per second speed units.
|
Knots | 5 |
Knot speed units, international.
|
Mach | 6 |
Mach speed units.
|