mod

Common
JVM
JS
Native
1.0
operator fun mod(other: Byte): Int
Deprecated: Use rem(other) instead
operator fun mod(other: Short): Int
Deprecated: Use rem(other) instead
operator fun mod(other: Int): Int
Deprecated: Use rem(other) instead
operator fun mod(other: Long): Long
Deprecated: Use rem(other) instead
operator fun mod(other: Float): Float
Deprecated: Use rem(other) instead
operator fun mod(other: Double): Double
Deprecated: Use rem(other) instead

Calculates the remainder of dividing this value by the other value.