Int32.Log2(Int32) Méthode
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 le log2 d’une valeur.
public:
static int Log2(int value) = System::Numerics::IBinaryNumber<int>::Log2;
public static int Log2(int value);
static member Log2 : int -> int
Public Shared Function Log2 (value As Integer) As Integer
- value
- Int32
Valeur dont log2 doit être calculé.
Log2 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 :