times

operator fun Double.times(other: Length): Length(source)

Multiplies a scalar by a Length.


operator fun Double.times(other: Area): Area(source)

Multiplies a scalar by an Area.


operator fun Double.times(other: Rotation): Rotation(source)

Multiplies a scalar by a Rotation.