TomTomAndroidTools
api_quantity
/
com.tomtom.tools.android.api.quantity
/
Quantity
/
times
times
abstract
operator
fun
times
(
factor
:
Int
)
:
Q
Content copied to clipboard
abstract
operator
fun
times
(
factor
:
Double
)
:
Q
Content copied to clipboard
Returns a new instance with the value from
this
multiplied by
factor
.