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