NFloat.LogP1(NFloat) Método

Definição

Calcula o logaritmo natural (base-E) de um valor mais um.

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

Parâmetros

x
NFloat

O valor ao qual um é adicionado antes de calcular o logaritmo natural.

Retornos

loge(x + 1)

Implementações

Aplica-se a