rem

Common
JVM
JS
Native
1.1
operator fun rem(other: Byte): Int
(Common source) (Native source)
operator fun rem(other: Short): Int
(Common source) (Native source)
operator fun rem(other: Int): Int
(Common source) (Native source)
operator fun rem(other: Long): Long
(Common source) (Native source)
operator fun rem(other: Float): Float
(Common source) (Native source)
operator fun rem(other: Double): Double
(Common source) (Native source)

Calculates the remainder of truncating division of this value (dividend) by the other value (divisor).

The result is either zero or has the same sign as the dividend and has the absolute value less than the absolute value of the divisor.