Java View all facts Glossary Help |
syntactic unit > symbol > operator > bitwise operator > ~ |
~ comparison table |
Subject | has definition | have purpose | is a kind of | is an instance of | |
---|---|---|---|---|---|
bitwise operator | An operator that performs a boolean operation bit by bit on two integral types of the same length | to perform a simple function of 1 to 3 arguments | operator | ||
unary operator | An operator that has 1 argument | to perform a simple function of 1 to 3 arguments | operator |
| |
~ | to perform a bitwise complement |
| unary operator |
Next bitwise operator: & Up: bitwise operator, unary operator Previous bitwise operator: |