div

operator fun div(scale: Number): Speed

Returns a speed whose value is this speed value divided by the given scale number.


operator fun div(other: Speed): Double

Returns a number that is the ratio of this and other speed value.