Calculates the bitwise AND of the input values.
Usage | Returns |
---|---|
Number.bitwiseAnd(right) | Number |
Argument | Type | Details |
---|---|---|
this: left | Number | The left-hand value. |
right | Number | The right-hand value. |
Examples
JavaScript
// Your example goes here!
Python
# Your example goes here!