B Bitwise expression (Definition) Warnings: . The (Kids web site)

B Bitwise expression (Definition) Warnings: . The operand to the left of the operator must be an LValue. That is, it should be able to take an assignment and store the value. Assignment operator, Associativity, Bit-field,Bitwise AND (&), Bitwise expression, Bitwise operator, Logical AND (&&), LValue, Operator Precedence See also: Cross-references: ECMA 262 edition 2 section 11.13 ECMA 262 edition 3 section 11.13 Bitwise expression (Definition) An expression that applies in a bitwise manner. Availability: Property/method value type: ECMAScript edition 2 Number primitive Bitwise expressions perform a bit by bit operation across the entire integer width of the values. See also: Bit-field, Bitwise AND (&), Bitwise AND then assign (&=), Expression Cross-references: ECMA 262 edition 2 section 11.7 ECMA 262 edition 2 section 11.10 ECMA 262 edition 3 section 11.7 ECMA 262 edition 3 section 11.10 Bitwise NOT - complement (~) (Operator/bitwise) Bitwise NOT of one operand. ECMAScript edition 2 JavaScript 1.0 JScript 1.0 Internet Explorer 3.02 Netscape 2.0 Netscape Enterprise Server 2.0 Opera 3.0 Availability:

Leave a Reply