IBitwiseOperators<TSelf,TOther,TResult>.BitwiseAnd Operátor

Definice

Vypočítá bitové hodnoty a dvou hodnot.

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

Parametry

left
TSelf

Hodnota pro s andright.

right
TOther

Hodnota pro s andleft.

Návraty

TResult

Bitové a a leftright.

Platí pro