ILogarithmicFunctions<TSelf>.Log2P1(TSelf) 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 logarithme de base 2 d’une valeur plus un.
public:
static override TSelf Log2P1(TSelf x);
public static virtual TSelf Log2P1(TSelf x);
static member Log2P1 : 'Self -> 'Self
Public Shared Overrides Function Log2P1 (x As TSelf) As TSelf
- x
- TSelf
Valeur à laquelle un est ajouté avant de calculer le logarithme de base 2.
log2(
x
+ 1)
Produit | Versions |
---|---|
.NET | 7, 8, 9, 10 |
Commentaires sur .NET
.NET est un projet open source. Sélectionnez un lien pour fournir des commentaires :