Maps and Navigation SDK
common:core
/
com.tomtom.kotlin.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
.