IBitwiseOperators<TSelf,TOther,TResult>.BitwiseAnd Operator

Definicja

Oblicza bitowe i dwie wartości.

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

Wartość parametru and z right.

right
TOther

Wartość parametru and z left.

Zwraca

TResult

Bitowe wartości i left .right

Dotyczy