div

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

Divides this area by a scalar value.


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

Divides this Area by a Length, resulting in another Length.


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

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