Single.Log Yöntem

Tanım

Aşırı Yüklemeler

Log(Single, Single)

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

Log(Single)

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

Log(Single, Single)

Kaynak:
Single.cs
Kaynak:
Single.cs
Kaynak:
Single.cs

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

public:
 static float Log(float x, float newBase) = System::Numerics::ILogarithmicFunctions<float>::Log;
public static float Log (float x, float newBase);
static member Log : single * single -> single
Public Shared Function Log (x As Single, newBase As Single) As Single

Parametreler

x
Single

Logaritması hesaplanacak olan değer.

newBase
Single

Logaritmasın hesaplandığı temel.

Döndürülenler

temel logaritmasınewBase.x

Uygulamalar

Şunlara uygulanır

Log(Single)

Kaynak:
Single.cs
Kaynak:
Single.cs
Kaynak:
Single.cs

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

public:
 static float Log(float x) = System::Numerics::ILogarithmicFunctions<float>::Log;
public static float Log (float x);
static member Log : single -> single
Public Shared Function Log (x As Single) As Single

Parametreler

x
Single

Doğal logaritması hesaplanacak olan değer.

Döndürülenler

doğal logaritması.x

Uygulamalar

Şunlara uygulanır