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

times

Multiplies an Int factor by a Meter value.

times

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

Multiplies an Int factor by a Meter value.

Parameters

other the Meter value to multiply by.

Returns

a new Meter representing the product.

times

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

Multiplies a Float factor by a Meter value.

Parameters

other the Meter value to multiply by.

Returns

a new Meter representing the product.

times

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

Multiplies a Double factor by a Meter value.

Parameters

other the Meter value to multiply by.

Returns

a new Meter representing the product.

Last updated: