times

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

Multiplies this measure by a scalar unitless multiplier.

Return

the scaled result

Parameters

multiplier

the scalar multiplication factor


operator fun times(angularVelocity: AngularVelocity): Power(source)

Multiplies this torque by an angular velocity to get power.

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

Return

the power in watts

Parameters

angularVelocity

the angular velocity in radians per second