Skip to content

MBit number shl number number

xu_whale edited this page Dec 4, 2019 · 2 revisions

简介

按位左移, a << bit

此函数需要两个无符号整数作为参数。第一个参数是被移位的数,第二个参数是向左移动的位数

  • @param a number 被左移的数
  • @param b number 要左移的位数
  • @return 左移后的结果, a << bit
Clone this wiki locally