Multiplication *
Operator: *
Last updated
Was this helpful?
Operator: *
Last updated
Was this helpful?
Returns a new value that is the result of multiplying value1
and value2
.
The type of the value depends on the types of value1
and value2
:
number * number returns a number
number * duration returns a duration
duration * number returns a duration