Int32.IBitwiseOperators<Int32,Int32,Int32>.BitwiseAnd Opérateur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Calcule la valeur au niveau du bit et de deux valeurs.
static int System.Numerics.IBitwiseOperators<System.Int32,System.Int32,System.Int32>.operator &(int left, int right) = System::Numerics::IBitwiseOperators<int, int, int>::op_BitwiseAnd;
static int IBitwiseOperators<int,int,int>.operator & (int left, int right);
static member ( &&& ) : int * int -> int
Shared Operator And (left As Integer, right As Integer) As Integer Implements IBitwiseOperators(Of Integer, Integer, Integer).op_BitwiseAnd
Paramètres
- left
- Int32
Valeur à and
avec right
.
- right
- Int32
Valeur à and
avec left
.
Retours
Au niveau du bit et de left
et right
.
Implémente
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.