Compose Unstyled 2.0 is out! Check the official announcement blog ->
Function

div

Divides an Int value by a Meter value.

div

Source set: Android
public inline operator fun Int.div(other: Meter): Meter

Divides an Int value by a Meter value.

Parameters

other the Meter value to divide by.

Returns

a new Meter representing the quotient.

div

Source set: Android
public inline operator fun Float.div(other: Meter): Meter

Divides a Float value by a Meter value.

Parameters

other the Meter value to divide by.

Returns

a new Meter representing the quotient.

div

Source set: Android
public inline operator fun Double.div(other: Meter): Meter

Divides a Double value by a Meter value.

Parameters

other the Meter value to divide by.

Returns

a new Meter representing the quotient.

Last updated: