Share via


ILogarithmicFunctions<TSelf>.LogP1(TSelf) Méthode

Définition

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

public:
 static override TSelf LogP1(TSelf x);
public static virtual TSelf LogP1 (TSelf x);
static member LogP1 : 'Self -> 'Self
Public Shared Overrides Function LogP1 (x As TSelf) As TSelf

Paramètres

x
TSelf

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

Retours

TSelf

loge(x + 1)

S’applique à