div

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

Divides this length by a scalar value.


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

Divides this length by another length, resulting in a dimensionless scalar.