NFloat.Log Método

Definição

Sobrecargas

Log(NFloat)

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

Log(NFloat, NFloat)

Calcula o logaritmo de um valor na base especificada.

Log(NFloat)

Origem:
NFloat.cs
Origem:
NFloat.cs
Origem:
NFloat.cs

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

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

Parâmetros

x
NFloat

O valor cujo logaritmo natural deve ser calculado.

Retornos

O logaritmo natural de x.

Implementações

Aplica-se a

Log(NFloat, NFloat)

Origem:
NFloat.cs
Origem:
NFloat.cs
Origem:
NFloat.cs

Calcula o logaritmo de um valor na base especificada.

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

Parâmetros

x
NFloat

O valor cujo logaritmo deve ser calculado.

newBase
NFloat

A base na qual o logaritmo deve ser calculado.

Retornos

O logaritmo basenewBase de x.

Implementações

Aplica-se a