BitShiftLeft[n,k]
shifts the binary bits in the integer n to the left by k places, padding with zeros on the right.
BitShiftLeft[n]
shifts one bit to the left.


BitShiftLeft
BitShiftLeft[n,k]
shifts the binary bits in the integer n to the left by k places, padding with zeros on the right.
BitShiftLeft[n]
shifts one bit to the left.
Examples
open all close allScope (2)
Tech Notes
Related Guides
History
Text
Wolfram Research (2007), BitShiftLeft, Wolfram Language function, https://reference.wolfram.com/language/ref/BitShiftLeft.html.
CMS
Wolfram Language. 2007. "BitShiftLeft." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/BitShiftLeft.html.
APA
Wolfram Language. (2007). BitShiftLeft. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/BitShiftLeft.html
BibTeX
@misc{reference.wolfram_2025_bitshiftleft, author="Wolfram Research", title="{BitShiftLeft}", year="2007", howpublished="\url{https://reference.wolfram.com/language/ref/BitShiftLeft.html}", note=[Accessed: 14-August-2025]}
BibLaTeX
@online{reference.wolfram_2025_bitshiftleft, organization={Wolfram Research}, title={BitShiftLeft}, year={2007}, url={https://reference.wolfram.com/language/ref/BitShiftLeft.html}, note=[Accessed: 14-August-2025]}