shr (original) (raw)
infix inline fun BigInteger.shr(n: Int): BigInteger(source)
Shifts this value right by the n number of bits, filling the leftmost bits with copies of the sign bit.
Since Kotlin
1.2
infix inline fun BigInteger.shr(n: Int): BigInteger(source)
Shifts this value right by the n number of bits, filling the leftmost bits with copies of the sign bit.
1.2