Skip to content

MBit number neg number

xu_whale edited this page Dec 4, 2019 · 2 revisions

简介

按位“非”运算, ~a

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

  • @param a number 按位非的参数
  • @return 按位“非”运算结果
Clone this wiki locally