Performs a bitwise or on two expressions, and assigns the result to the first argument.
在两个运算式上执行位元OR,并将结果指派给第一个引数。
Performs a bitwise or on the value of a variable and the value of an expression and assigns the result to the variable.
在变数值和运算式的值上执行位元OR,然后将结果指派给变数。
The compiler implicitly widened and sign-extended a variable, and then used the resulting value in a bitwise OR operation.
编译器隐含地扩大并正负号扩展了变数,然后在位元的OR运算中使用该结果值。
This line of code executes a bitwise OR operation between firstLengthByte and 0x80 (1000 0000) and stores the result in firstLengthByte.
这一行代码对firstLengthByte和0x80 ( 1000 0000)进行按拉OR操作,并将结果储存到 firstLengthByte 中。
When the string contains multiple values, the value of the returned object is the value of all specified values combined with a bitwise OR operation.
当字串包含多个值时,传回物件的值就是以位元运算OR组合所有指定值之后产生的值。
DB2 UDB does not have native support for bit or Boolean data types, neither for bitwise operation nor for Boolean algebra operations.
DB 2UDB没有为位数据类型或布尔数据类型提供本机支持,它既不支持逐位操作,也不支持布尔代数操作。
This allows you to perform bitwise logical and, or, XOR, and NOT comparisons.
这样便可以执行逐位的逻辑AND、OR、XOR和NOT比较。
Bitwise operations perform logical and, or, EXLUSIVE or, and NOT operations on binary representations of their integer arguments.
逐位运算在其二进制形式的整型变量上执行逻辑AND、OR、EXLUSIVE OR和NOT运算。
The atomic locks provide not only a locking mechanism but also arithmetic or bitwise operations simultaneously.
原子锁不仅提供了一种锁定机制,同时也提供了算术或bit wise操作。
Performs a bitwise exclusive or on two expressions, and assigns the result to the first argument.
在两个运算式上执行位元互斥or,并将结果指派给第一个引数。
If the tested expression should contain the bitwise-or operator, then parentheses should be added around the conditional-expression.
如果被测试表达式中应当包含按位或运算符,则应当在条件表达式的两侧加上括号。
Bitwise-or adds bits to the resulting expression, whereas bitwise-and selects only those bits in common between its two operators.
按位或向结果表达式添加位,而按位与只选择两个运算符之间相同的位。
Bitwise-or adds bits to the resulting expression, whereas bitwise-and selects only those bits in common between its two operators.
按位或向结果表达式添加位,而按位与只选择两个运算符之间相同的位。
应用推荐