SqlInt64::OnesComplement Method (SqlInt64)
.NET Framework (current version)
Performs a bitwise one's complement operation on its SqlInt64 operand.
Assembly: System.Data (in System.Data.dll)
Parameters
- x
-
Type:
System.Data.SqlTypes::SqlInt64
A SqlInt64 structure.
Return Value
Type: System.Data.SqlTypes::SqlInt64A new SqlInt64 structure whose Value is equal to the ones complement of the SqlInt64 parameter.
.NET Framework
Available since 1.1
Available since 1.1
Show: