div

operator fun div(distance: Distance): Distance


operator fun div(divisor: Double): Distance

Divides this Distance by the divisor and returns result as Distance.