Division /
Operator: /
Last updated
Was this helpful?
Operator: /
Last updated
Was this helpful?
Returns a new value that is the result of the division of value1
by value2
.
The type of the resulting value is dependent on the types of value1
and value2
:
number / number returns a number
duration / number returns a duration
duration / duration returns a number