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

Definición

Calcula el logaritmo base 10 de un valor más uno.

public:
 static override TSelf Log10P1(TSelf x);
public static virtual TSelf Log10P1 (TSelf x);
static member Log10P1 : 'Self -> 'Self
Public Shared Overrides Function Log10P1 (x As TSelf) As TSelf

Parámetros

x
TSelf

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

Devoluciones

TSelf

log10(x + 1)

Se aplica a