W3cubDocs

/Kotlin

shl

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

Platform and version requirements: Kotlin 1.2, JVM

Shifts this value left by the n number of bits.

© 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/shl.html