ILogarithmicFunctions<TSelf>.Log Yöntem

Tanım

Aşırı Yüklemeler

Log(TSelf)

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

Log(TSelf, TSelf)

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

Log(TSelf)

Kaynak:
ILogarithmicFunctions.cs
Kaynak:
ILogarithmicFunctions.cs
Kaynak:
ILogarithmicFunctions.cs

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

public:
 static TSelf Log(TSelf x);
public static abstract TSelf Log (TSelf x);
static member Log : 'Self -> 'Self
Public Shared Function Log (x As TSelf) As TSelf

Parametreler

x
TSelf

Doğal logaritması hesaplanacak olan değer.

Döndürülenler

TSelf

doğal logaritması.x

Şunlara uygulanır

Log(TSelf, TSelf)

Kaynak:
ILogarithmicFunctions.cs
Kaynak:
ILogarithmicFunctions.cs
Kaynak:
ILogarithmicFunctions.cs

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

public:
 static TSelf Log(TSelf x, TSelf newBase);
public static abstract TSelf Log (TSelf x, TSelf newBase);
static member Log : 'Self * 'Self -> 'Self
Public Shared Function Log (x As TSelf, newBase As TSelf) As TSelf

Parametreler

x
TSelf

Logaritması hesaplanacak olan değer.

newBase
TSelf

Logaritmasın hesaplandığı temel.

Döndürülenler

TSelf

temel logaritmasınewBase.x

Şunlara uygulanır