Skip to content

MBit number bor number number

xu_whale edited this page Dec 4, 2019 · 2 revisions

简介

按位“或”运算,a | b

此函数需要两个无符号整数作为参数,返回所有参数执行按位“或”运算后的结果

  • @param a number 按位“或”运算参数1
  • @param b number 按位“或”运算参数2
  • @return 按位“或”运算结果
Clone this wiki locally