Int128.BitwiseAnd(Int128, Int128) Operador

Definição

Calcula o bit a bit e de dois valores.

public:
 static Int128 operator &(Int128 left, Int128 right) = System::Numerics::IBitwiseOperators<Int128, Int128, Int128>::op_BitwiseAnd;
public static Int128 operator & (Int128 left, Int128 right);
static member ( &&& ) : Int128 * Int128 -> Int128
Public Shared Operator And (left As Int128, right As Int128) As Int128

Parâmetros

left
Int128

O valor para and com right.

right
Int128

O valor para and com left.

Retornos

O bit a bit e de left e right.

Implementações

Aplica-se a