IBitwiseOperators<TSelf,TOther,TResult>.BitwiseAnd Operador

Definição

Calcula o bit a bit de dois 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

O valor para and com right.

right
TOther

O valor para and com left.

Devoluções

TResult

O bit a bit-and de left e right.

Aplica-se a