SqlInt16.BitwiseAnd(SqlInt16, SqlInt16) Yöntem

Tanım

İşlenenlerinin bit tabanlı AND değerini SqlInt16 hesaplar.

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

Parametreler

x
SqlInt16

Bir SqlInt16 yapı.

y
SqlInt16

Bir SqlInt16 yapı.

Döndürülenler

SqlInt16 Özelliği bit düzeyinde AND sonuçlarını içeren bir yapıValue.

Şunlara uygulanır

Ayrıca bkz.