W3cubDocs

/Kotlin

shr

inline infix fun BigInteger.shr(n: Int): BigInteger

Platform and version requirements: Kotlin 1.2, JVM

Shifts this value right by the n number of bits, filling the leftmost bits with copies of the sign bit.

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