ILogarithmicFunctions<TSelf>.LogP1(TSelf) Metod

Definition

Beräknar den naturliga (base-E) logaritmen för ett värde plus ett.

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

Parametrar

x
TSelf

Värdet som läggs till innan den naturliga logaritmen beräknas.

Returer

TSelf

loge(x + 1)

Gäller för