SqlInt64.BitwiseAnd(SqlInt64, SqlInt64) Yöntem

Tanım

SqlInt64 işlenenlerinin bit düzeyinde VE değerlerini 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

SqlInt64 bir yapı.

y
SqlInt64

SqlInt64 bir 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.