SqlInt64.BitwiseAnd(SqlInt64, SqlInt64) Yöntem

Tanım

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

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

Parametreler

x
SqlInt64

Bir SqlInt64 yapı.

y
SqlInt64

Bir SqlInt64 yapı.

Döndürülenler

SqlInt64 Bit düzeyinde AND işleminin sonuçlarını içeren bir yapı.

Şunlara uygulanır

Ayrıca bkz.