Spec-Zone.ru › Kotlin 1.7

rem

kotlin-stdlib / kotlin / ULong / rem
Требования к платформе и версии: JVM (1.0), JS (1.0), Native (1.0)
operator fun rem(other: UByte): ULong
operator fun rem(other: UShort): ULong
operator fun rem(other: UInt): ULong
operator fun rem(other: ULong): ULong

Вычисляет остаток от целочисленного деления этого значения на другое значение.

Результат всегда меньше делителя.

© 2010–2022 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/-u-long/rem.html

Spec-Zone.ru

Настройки Оффлайн Что нового Помощь О нас
Spec-Zone .ru
спецификации, руководства, описания, API