Int128.BitwiseAnd(Int128, Int128) Operador

Definición

Calcula el bit a bit y de dos 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

Valor de a and con right.

right
Int128

Valor de a and con left.

Devoluciones

Bit a bit y de left y right.

Implementaciones

Se aplica a