Single.Log2P1(Single) Méthode
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 le logarithme de base 2 d’une valeur plus un.
public:
static float Log2P1(float x) = System::Numerics::ILogarithmicFunctions<float>::Log2P1;
public static float Log2P1(float x);
static member Log2P1 : single -> single
Public Shared Function Log2P1 (x As Single) As Single
Paramètres
- x
- Single
Valeur à laquelle l’on est ajouté avant de calculer le logarithme de base 2.
Retours
log2(x + 1)