メインコンテンツまでスキップ
バージョン:25.2

bitNot

  • bitwise operator

  • new in 2.06

  • Examples: +

    set the numberFormat to "binary 8"
    set the bitLength to 8
    put bitNot 0b00010101 --> 0b11101010
  • Related: bitAnd, bitOr, bitXor, bitShift, bitLength