Double.Log10P1(Double) Metod

Definition

Beräknar logaritmen base-10 för ett värde plus ett.

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

Parametrar

x
Double

Värdet som läggs till innan base-10-logaritmen beräknas.

Returer

log10(x + 1)

Implementeringar

Gäller för