Single.Log10P1(Single) Metoda

Definicja

Oblicza logarytm base-10 wartości plus jeden.

public:
 static float Log10P1(float x) = System::Numerics::ILogarithmicFunctions<float>::Log10P1;
public static float Log10P1 (float x);
static member Log10P1 : single -> single
Public Shared Function Log10P1 (x As Single) As Single

Parametry

x
Single

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

Zwraca

log10(x + 1)

Implementuje

Dotyczy