times

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

Multiplies this measure by a scalar unitless multiplier.

Return

the scaled result

Parameters

multiplier

the scalar multiplication factor


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

Multiplies this angular velocity by a time to get angle.

Return

the angle traveled

Parameters

time

the time to multiply by


operator fun times(torque: Torque): Power(source)

Multiplies this angular velocity by a torque to get power.

Power = Angular Velocity × Torque (P = ω × τ)

Return

the power in watts

Parameters

torque

the torque being applied