IBitwiseOperators<TSelf,TOther,TResult>.BitwiseAnd Operador

Definición

Calcula los valores bit a bit y de dos valores.

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

Parámetros

left
TSelf

Valor a and con right.

right
TOther

Valor a and con left.

Devoluciones

TResult

Bit a bit y de left y right.

Se aplica a