SqlInt16::OnesComplement Operator (SqlInt16)
.NET Framework (current version)
The ~ operator performs a bitwise one's complement operation on its SqlByte operand.
Assembly: System.Data (in System.Data.dll)
Parameters
- x
-
Type:
System.Data.SqlTypes::SqlInt16
A SqlInt16 structure.
Return Value
Type: System.Data.SqlTypes::SqlInt16A SqlInt16 structure whose Value property contains the complement of the specified SqlInt16 structure.
.NET Framework
Available since 1.1
Available since 1.1
Show: