Speed
A quantity describing speed. (For example, 10 kilometers per hour.)
Types
Functions
Expresses the speed's value in kilometers per hour.
Expresses the speed's value in meters per hour.
Expresses the speed's value in meters per second.
Expresses the speed's value in miles per hour.
Expresses the speed's value in kilometers per hour rounded down.
Expresses the speed's value in meters per hour rounded down.
Expresses the speed's value in meters per second rounded down.
Expresses the speed's value in miles per hour rounded down.
Returns a string representation for the value from this
with the given unit. Depending on decimalsMode, it will show either exactly or at most decimals amount of decimals after the separator. The unit will be suffixed depending on suffixMode.
Returns a new instance with the value from this
as negative.