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. |