div
Returns a duration whose value is this duration value divided by the given scale number.
Exceptions
IllegalArgumentException
- if the operation results in an undefined value for the given arguments,
e.g. when dividing zero duration by zero.
Returns a duration whose value is this duration value divided by the given scale number.
Exceptions
IllegalArgumentException
- if the operation results in an undefined value for the given arguments,
e.g. when dividing an infinite duration by infinity or zero duration by zero.