times

open operator override fun times(multiplier: Double): AngularAcceleration(source)

Multiplies this measure by a scalar unitless multiplier.

Return

the scaled result

Parameters

multiplier

the scalar multiplication factor


operator fun times(time: Time): AngularVelocity(source)

Multiplies this angular acceleration by a time to get angular velocity.

Return

the angular velocity achieved

Parameters

time

the time to multiply by