div

operator fun div(other: Number): MutableRealmInt

Divides this value by the other value, truncating the result to an integer that is closer to zero. The other value will be converted to Long before applying the operator.