KRASCHE
&
BYRNE
         ELZED  HOME       NEWS       DOCS       DOWNLOADS       LICENSING       SUPPORT       FAQ       ABOUT  US

What's An Elzed?
Features
Licensing
Downloads
Documentation
Elzed News
    ELZED 
 Documentation 
 The Details 
 Internal Operators 

Bitwise Operators

Bitwise operators perform boolean operations on their numeric operands at the bit level and return the result as a number. Elzed supports the following bitwise operators:

bitwise and

number & number

Returns the bitwise and of the operands.

bitwise equivalence

number <-> number

Returns the bitwise equivalence of the two operands.

bitwise exclusive or

number \ number

Returns the bitwise exclusive or of the two operands.

bitwise implication

number -> number

Returns the bitwise implication of the two operands.

bitwise or

number | number

Returns the bitwise or of the two operands.

one's complement

~ number

Returns the one's complement of the numeric operand.



  Copyright  ©  MMXXIV  by  R R Le Cropane   •   All Rights Reserved   •   Terms of Use   •   Privacy Policy