Operator OnesComplement
| Improve this Doc View SourceOnesComplement(_Int16)
Performs a bitwise one's complement operation on the specified _Int16.
Declaration
public static _Int16 operator ~(_Int16 x)
Parameters
| Type | Name | Description |
|---|---|---|
| _Int16 | x | A _Int16 object. |
Returns
| Type | Description |
|---|---|
| _Int16 | A _Int16 expression that contains the results of the one's complement operation. |