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