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 de con andright.

right
TOther

Valor de con andleft.

Devoluciones

TResult

El valor bit a bit y de left y right.

Se aplica a