core / io.islandtime.measures / IntHours / div

div

(iosArm64, iosX64, jvm, macosX64) operator fun div(scalar: Int): IntHours

Divide by a scalar value.

Exceptions

ArithmeticException - if overflow occurs or the scalar is zero

(iosArm64, iosX64, jvm, macosX64) operator fun div(scalar: Long): LongHours

Divide by a scalar value.

Exceptions

ArithmeticException - if the scalar is zero