Single.Log2P1(Single) Méthode

Définition

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)

Implémente

S’applique à