IBitwiseOperators<TSelf,TOther,TResult>.BitwiseAnd Operatör

Tanım

İki değerin bit düzeyinde ve değerlerini hesaplar.

public:
 static TResult operator &(TSelf left, TOther right);
public static abstract TResult operator & (TSelf left, TOther right);
static member ( &&& ) : 'Self * 'Other -> 'Result
Public Shared Operator And (left As TSelf, right As TOther) As TResult

Parametreler

left
TSelf

ile rightdeğeriand.

right
TOther

ile leftdeğeriand.

Döndürülenler

TResult

bit düzeyinde ve ve leftright.

Şunlara uygulanır