IBitwiseOperators<TSelf,TOther,TResult>.BitwiseAnd Betreiber

Definition

Berechnet das bitweise und von zwei Werten.

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

Parameter

left
TSelf

Der Wert für and mit right.

right
TOther

Der Wert für and mit left.

Gibt zurück

TResult

Das bitweise und von left und right.

Gilt für: