ILogarithmicFunctions<TSelf>.LogP1(TSelf) Metoda

Definicja

Oblicza logarytm naturalny (base-E) wartości plus jeden.

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

Parametry

x
TSelf

Wartość, do której jest dodawana przed obliczenie logarytmu naturalnego.

Zwraca

TSelf

loge(x + 1)

Dotyczy