NFloat.Log Yöntem

Tanım

Aşırı Yüklemeler

Log(NFloat)

Bir değerin doğal (base-E logaritması) hesaplar.

Log(NFloat, NFloat)

Belirtilen tabandaki bir değerin logaritması hesaplanır.

Log(NFloat)

Kaynak:
NFloat.cs
Kaynak:
NFloat.cs
Kaynak:
NFloat.cs

Bir değerin doğal (base-E logaritması) hesaplar.

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

Parametreler

x
NFloat

Doğal logaritması hesaplanacak olan değer.

Döndürülenler

doğal logaritması.x

Uygulamalar

Şunlara uygulanır

Log(NFloat, NFloat)

Kaynak:
NFloat.cs
Kaynak:
NFloat.cs
Kaynak:
NFloat.cs

Belirtilen tabandaki bir değerin logaritması hesaplanır.

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

Parametreler

x
NFloat

Logaritması hesaplanacak olan değer.

newBase
NFloat

Logaritmayı hesaplamak için temel.

Döndürülenler

temel logaritmasınewBase.x

Uygulamalar

Şunlara uygulanır