
Inputs
投入
操作值1值2
Here you can select the calculation type that should be applied to both input Boole values (Value 1 and Value 2). The following options are available:
在这里,您可以选择应该应用于两个输入 Boole 值(值1和值2)的计算类型。以下方案可供选择:
- AND 和: 1 or TRUE will be output if both values are also 1 or TRUE. Otherwise 0 (FALSE) will be output. 如果两个值都是1或 TRUE,则输出为1或 TRUE。否则将输出0(FALSE)
- OR 或者: As soon as at least one input is TRUE, TRUE will be output. : 一旦至少有一个输入为 TRUE,则输出为 TRUE
- XOR: Returns TRUE if exactly one input is TRUE. : 如果只有一个输入为 TRUE,则返回 TRUE
- NAND 与非共振: This is the opposite of AND. 0 (FALSE) will therefore be output if both inputs are 1 (TRUE). Otherwise 1 (TRUE) will be output. 这是 AND 的反义词。因此,如果两个输入都是1(TRUE) ,则输出为0(FALSE)。否则将输出1(TRUE)
- NOR 或非: As soon as at least one input is 1 (TRUE), 0 (FALSE) will be output. Otherwise the Node will always output 1 or TRUE, which is the opposite of the OR mode. : 一旦至少有一个输入为1(TRUE) ,则输出为0(FALSE)。否则,Node 将始终输出1或 TRUE,这与 OR 模式相反
- NXOR: This Mode always outputs 1 (TRUE) if an even number of inputs is also 1 (TRUE). Since 0 also counts as an even number, TRUE will be output if both inputs are 0 (FALSE) or 1 (TRUE). : 此模式总是输出1(真) ,如果偶数的输入也是1(真)。由于0也算作偶数,如果两个输入都是0(FALSE)或1(TRUE) ,则输出为 TRUE