ILogarithmicFunctions<TSelf>.Log10P1(TSelf) Metoda

Definicja

Oblicza logarytm base-10 wartości plus jeden.

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

Parametry

x
TSelf

Wartość, do której jest dodawana przed obliczenie logarytmu base-10.

Zwraca

TSelf

log10(x + 1)

Dotyczy