SqlInt32::OnesComplement Method (SqlInt32)

 

Performs a bitwise one's complement operation on the specified SqlInt32 structure.

Namespace:   System.Data.SqlTypes
Assembly:  System.Data (in System.Data.dll)

public:
static SqlInt32 OnesComplement(
	SqlInt32 x
)

Parameters

x
Type: System.Data.SqlTypes::SqlInt32

A SqlInt32 structure.

Return Value

Type: System.Data.SqlTypes::SqlInt32

A SqlInt32 structure that contains the results of the one's complement operation.

.NET Framework
Available since 1.1
Return to top
Show: