Single.LogP1(Single) Méthode

Définition

Calcule le logarithme naturel (base-E) d’une valeur plus un.

public:
 static float LogP1(float x) = System::Numerics::ILogarithmicFunctions<float>::LogP1;
public static float LogP1 (float x);
static member LogP1 : single -> single
Public Shared Function LogP1 (x As Single) As Single

Paramètres

x
Single

Valeur à laquelle on est ajouté avant de calculer le logarithme naturel.

Retours

loge(x + 1)

Implémente

S’applique à