W3cubDocs

/Kotlin

rem

operator fun rem(other: Byte): Double

Platform and version requirements: Kotlin 1.1

operator fun rem(other: Short): Double

Platform and version requirements: Kotlin 1.1

operator fun rem(other: Int): Double

Platform and version requirements: Kotlin 1.1

operator fun rem(other: Long): Double

Platform and version requirements: Kotlin 1.1

operator fun rem(other: Float): Double

Platform and version requirements: Kotlin 1.1

operator fun rem(other: Double): Double

Platform and version requirements: Kotlin 1.1

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

© 2010–2018 JetBrains s.r.o.
Licensed under the Apache License, Version 2.0.
https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/rem.html