BitNot

BitNot[n]

给出整数 n 按位的位非(NOT).

更多信息

  • 整数数学函数,同时适合符号和数值运算.
  • BitNot[n]n 的二进位表示中的 1 变为 0,0变为1.
  • 整数采用 2 的补码形式表示,其位数不受限制,因此 BitNot[n] 只相当于 .
  • BitNot 自动线性作用于列表.

范例

打开所有单元关闭所有单元

基本范例  (2)

对应的所有位都为1:

推广和延伸  (1)

自动进行基本符号简化:

应用  (1)

45规则元胞自动机的移位形式:

属性和关系  (1)

Wolfram Research (1999),BitNot,Wolfram 语言函数,https://reference.wolfram.com/language/ref/BitNot.html.

文本

Wolfram Research (1999),BitNot,Wolfram 语言函数,https://reference.wolfram.com/language/ref/BitNot.html.

CMS

Wolfram 语言. 1999. "BitNot." Wolfram 语言与系统参考资料中心. Wolfram Research. https://reference.wolfram.com/language/ref/BitNot.html.

APA

Wolfram 语言. (1999). BitNot. Wolfram 语言与系统参考资料中心. 追溯自 https://reference.wolfram.com/language/ref/BitNot.html 年

BibTeX

@misc{reference.wolfram_2024_bitnot, author="Wolfram Research", title="{BitNot}", year="1999", howpublished="\url{https://reference.wolfram.com/language/ref/BitNot.html}", note=[Accessed: 21-November-2024 ]}

BibLaTeX

@online{reference.wolfram_2024_bitnot, organization={Wolfram Research}, title={BitNot}, year={1999}, url={https://reference.wolfram.com/language/ref/BitNot.html}, note=[Accessed: 21-November-2024 ]}