div

open operator override fun div(divisor: Double): LinearVelocity(source)

Divides this measure by a scalar and returns the result.

Return

the division result

Parameters

divisor

the value to divide by


operator fun div(time: Time): LinearAcceleration(source)

Divides this velocity by a time to get acceleration.

Return

the acceleration (velocity/time)

Parameters

time

the time to divide by