mod

Common
JVM
JS
Native
1.0
operator fun mod(other: Byte): Double
Deprecated: Use rem(other) instead
operator fun mod(other: Short): Double
Deprecated: Use rem(other) instead
operator fun mod(other: Int): Double
Deprecated: Use rem(other) instead
operator fun mod(other: Long): Double
Deprecated: Use rem(other) instead
operator fun mod(other: Float): Double
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.