Int64.IBitwiseOperators<Int64,Int64,Int64>.OnesComplement(Int64) Opérateur
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 représentation du complément des uns d’une valeur donnée.
static long System.Numerics.IBitwiseOperators<System.Int64,System.Int64,System.Int64>.operator ~(long value) = System::Numerics::IBitwiseOperators<long, long, long>::op_OnesComplement;
static long IBitwiseOperators<long,long,long>.operator ~(long value);
static member System.Numerics.IBitwiseOperators<System.Int64,System.Int64,System.Int64>.op_OnesComplement : int64 -> int64
Shared Operator Not (value As Long) As Long Implements IBitwiseOperators(Of Long, Long, Long).op_OnesComplement
- value
- Int64
Valeur pour laquelle calculer le complément de ones.
Les compléments de value
.
Produit | Versions |
---|---|
.NET | 7, 8, 9, 10 |
Commentaires sur .NET
.NET est un projet open source. Sélectionnez un lien pour fournir des commentaires :