SqlInt16.BitwiseAnd(SqlInt16, SqlInt16) Méthode

Définition

Calcule l'opération de bits AND de ses opérandes SqlInt16.

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

Paramètres

x
SqlInt16

Structure SqlInt16.

y
SqlInt16

Structure SqlInt16.

Retours

Structure SqlInt16 dont la propriété Value contient le résultat de l'opération de bits AND.

S’applique à

Voir aussi