ILogarithmicFunctions<TSelf>.LogP1(TSelf) Método

Definición

Calcula el logaritmo natural (base-E) de un valor más uno.

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

Parámetros

x
TSelf

Valor al que se agrega uno antes de calcular el logaritmo natural.

Devoluciones

TSelf

loge(x + 1)

Se aplica a