SqlInt64::BitwiseAnd Operator (SqlInt64, SqlInt64)

 
equivalentCodeEntityM:System.Data.SqlTypes.SqlInt64.BitwiseAnd(System.Data.SqlTypes.SqlInt64,System.Data.SqlTypes.SqlInt64)

Computes the bitwise AND of its SqlInt64 operands.

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

public:
static SqlInt64 operator &(
	SqlInt64 x,
	SqlInt64 y
)

Parameters

x
Type: System.Data.SqlTypes::SqlInt64

A SqlInt64 structure.

y
Type: System.Data.SqlTypes::SqlInt64

A SqlInt64 structure.

Return Value

Type: System.Data.SqlTypes::SqlInt64

A SqlInt64 structure that contains the results of the bitwise AND operation.

.NET Framework
Available since 1.1
Return to top
Show: