Operator ExclusiveOr
| Improve this Doc View SourceExclusiveOr(_Int16, _Int16)
Computes the bitwise exclusive-OR of its _Int16 operands.
Declaration
public static _Int16 operator ^(_Int16 x, _Int16 y)
Parameters
| Type | Name | Description |
|---|---|---|
| _Int16 | x | A _Int16 object. |
| _Int16 | y | A _Int16 object. |
Returns
| Type | Description |
|---|---|
| _Int16 | A _Int16 expression which contains the result. |