Enum SpeedUnit
public enum SpeedUnit
Fields
CentimeterPerHour = 1
CentimeterPerMinute = 2
CentimeterPerSecond = 3
DecimeterPerMinute = 4
DecimeterPerSecond = 5
FootPerHour = 6
FootPerMinute = 7
FootPerSecond = 8
InchPerHour = 9
InchPerMinute = 10
InchPerSecond = 11
KilometerPerHour = 12
KilometerPerMinute = 13
KilometerPerSecond = 14
Knot = 15
The knot, by definition, is a unit of speed equals to 1 nautical mile per hour, which is exactly 1852.000 metres per hour. The length of the internationally agreed nautical mile is 1852 m. The US adopted the international definition in 1954, the UK adopted the international nautical mile definition in 1970.
Mach = 42
MeterPerHour = 16
MeterPerMinute = 17
MeterPerSecond = 18
MicrometerPerMinute = 19
MicrometerPerSecond = 20
MilePerHour = 21
MillimeterPerHour = 22
MillimeterPerMinute = 23
MillimeterPerSecond = 24
NanometerPerMinute = 25
NanometerPerSecond = 26
UsSurveyFootPerHour = 27
UsSurveyFootPerMinute = 28
UsSurveyFootPerSecond = 29
YardPerHour = 30
YardPerMinute = 31
YardPerSecond = 32