types
/
kotools.types.number
/
PositiveInt
/
div
common
div
open operator fun
div
(other:
StrictlyPositiveInt
):
PositiveInt
Content copied to clipboard
open operator fun
div
(other:
StrictlyNegativeInt
):
NegativeInt
Content copied to clipboard
Divides this
value
by the
other
value, truncating the result to an integer that is closer to zero.