Operator BitwiseAnd
| Improve this Doc View SourceBitwiseAnd(_Int64, _Int64)
Computes the bitwise AND of its _Int64 operands.
Declaration
public static _Int64 operator &(_Int64 x, _Int64 y)
Parameters
Type | Name | Description |
---|---|---|
_Int64 | x | A _Int64 object. |
_Int64 | y | A _Int64 object. |
Returns
Type | Description |
---|---|
_Int64 | A _Int64 expression which contains the result. |