ILogarithmicFunctions<TSelf>.LogP1(TSelf) Yöntem

Tanım

Bir değerin ve bir değerin doğal (base-E) logaritması hesaplanır.

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

Parametreler

x
TSelf

Doğal logaritmayı hesaplamadan önce eklenen değer.

Döndürülenler

TSelf

loge(x + 1)

Şunlara uygulanır