Partager via


Int128.BitwiseAnd(Int128, Int128) Opérateur

Définition

Calcule les valeurs au niveau du bit et de deux valeurs.

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

Paramètres

left
Int128

Valeur à and avec right.

right
Int128

Valeur à and avec left.

Retours

Bitwise-and-of left et right.

Implémente

S’applique à