core / io.islandtime.measures / IntNanoseconds / div

div

(iosArm64, iosX64, jvm, macosX64, tvosArm64, tvosX64, watchosArm64, watchosX86) operator fun div(scalar: Int): IntNanoseconds

Divide by a scalar value.

Exceptions

ArithmeticException - if overflow occurs or the scalar is zero

(iosArm64, iosX64, jvm, macosX64, tvosArm64, tvosX64, watchosArm64, watchosX86) operator fun div(scalar: Long): LongNanoseconds

Divide by a scalar value.

Exceptions

ArithmeticException - if the scalar is zero