IBitwiseOperators<TSelf,TOther,TResult>.BitwiseAnd Operator

Definition

Beräknar bitvis och av två värden.

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

Parametrar

left
TSelf

Värdet till and med right.

right
TOther

Värdet till and med left.

Returer

TResult

Bitvis och av left och right.

Gäller för