rem

Platform and version requirements: JVM (1.1), JS (1.1), Native (1.1)
operator fun rem(other: Byte): Long
operator fun rem(other: Short): Long
operator fun rem(other: Int): Long
operator fun rem(other: Long): Long
operator fun rem(other: Float): Float
operator fun rem(other: Double): Double

Calculates the remainder of truncating division of this value by the other value.

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.

© 2010–2021 JetBrains s.r.o. and Kotlin Programming Language contributors
Licensed under the Apache License, Version 2.0.
https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/rem.html