Double.Log2P1(Double) Méthode

Définition

Calcule le logarithme de base 2 d’une valeur plus un.

public:
 static double Log2P1(double x) = System::Numerics::ILogarithmicFunctions<double>::Log2P1;
public static double Log2P1 (double x);
static member Log2P1 : double -> double
Public Shared Function Log2P1 (x As Double) As Double

Paramètres

x
Double

Valeur à laquelle un est ajouté avant de calculer le logarithme de base 2.

Retours

log2(x + 1)

Implémente

S’applique à