ILogarithmicFunctions<TSelf>.LogP1(TSelf) Methode

Definition

Berechnet den natürlichen (Basis-E)-Logarithmus eines Werts plus einem Wert.

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

Parameter

x
TSelf

Der Wert, zu dem man vor dem Berechnen des natürlichen Logarithmus hinzugefügt wird.

Gibt zurück

TSelf

protokolle(x + 1)

Gilt für