SqlInt16.BitwiseAnd(SqlInt16, SqlInt16) Metodo

Definizione

Calcola l'AND bit per bit dei relativi SqlInt16 operandi.

public:
 static System::Data::SqlTypes::SqlInt16 BitwiseAnd(System::Data::SqlTypes::SqlInt16 x, System::Data::SqlTypes::SqlInt16 y);
public static System.Data.SqlTypes.SqlInt16 BitwiseAnd(System.Data.SqlTypes.SqlInt16 x, System.Data.SqlTypes.SqlInt16 y);
static member BitwiseAnd : System.Data.SqlTypes.SqlInt16 * System.Data.SqlTypes.SqlInt16 -> System.Data.SqlTypes.SqlInt16
Public Shared Function BitwiseAnd (x As SqlInt16, y As SqlInt16) As SqlInt16

Parametri

x
SqlInt16

Struttura SqlInt16.

y
SqlInt16

Struttura SqlInt16.

Valori restituiti

Struttura SqlInt16 la cui Value proprietà contiene i risultati dell'and bit per bit.

Si applica a

Vedi anche