Speed
Represents a finite speed of a vehicle.
The type stores speed values in a km/h up to Double.MAX_VALUE rounded to hundred-thousandths (.00001).
To construct a speed use either the extension function toSpeed, or the extension properties kph, mph or m_s available on all Number types.
To get the value of this speed expressed in a particular speed unit use the functions toInt, toLong, toDouble and toFloat.