div

open operator fun div(other: StrictlyPositiveInt): PositiveInt
open operator fun div(other: StrictlyNegativeInt): NegativeInt

Divides this value by the other value, truncating the result to an integer that is closer to zero.