ILogarithmicFunctions<TSelf>.LogP1(TSelf) Methode

Definitie

Berekent de natuurlijke logaritmebase-E van een waarde plus één.

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

Parameters

x
TSelf

De waarde waaraan een wordt toegevoegd voordat u de natuurlijke logaritme rekent.

Retouren

TSelf

loge(x + 1)

Van toepassing op