operator fun div(scalar: Int): IntNanoseconds
Divide by a scalar value.
ArithmeticException - if overflow occurs or the scalar is zero
ArithmeticException
operator fun div(scalar: Long): LongNanoseconds
ArithmeticException - if the scalar is zero