NFloat.LogP1(NFloat) Metoda

Definice

Vypočítá přirozený (base-E) logaritmus hodnoty plus jedna.

public:
 static System::Runtime::InteropServices::NFloat LogP1(System::Runtime::InteropServices::NFloat x) = System::Numerics::ILogarithmicFunctions<System::Runtime::InteropServices::NFloat>::LogP1;
public static System.Runtime.InteropServices.NFloat LogP1 (System.Runtime.InteropServices.NFloat x);
static member LogP1 : System.Runtime.InteropServices.NFloat -> System.Runtime.InteropServices.NFloat
Public Shared Function LogP1 (x As NFloat) As NFloat

Parametry

x
NFloat

Hodnota, ke které se přidá před výpočtem přirozeného logaritmu.

Návraty

loge(x + 1)

Implementuje

Platí pro