times

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

Multiplies this length by a scalar value.


operator fun times(other: Length): Area(source)

Multiplies this Length by another Length, resulting in an Area.