ILogarithmicFunctions<TSelf>.Log Metoda

Definicja

Przeciążenia

Log(TSelf)

Oblicza wartość naturalną (base-E logarytm wartości.

Log(TSelf, TSelf)

Oblicza logarytm wartości w określonej bazie.

Log(TSelf)

Źródło:
ILogarithmicFunctions.cs
Źródło:
ILogarithmicFunctions.cs
Źródło:
ILogarithmicFunctions.cs

Oblicza wartość naturalną (base-E logarytm wartości.

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

Parametry

x
TSelf

Wartość, której logarytm naturalny ma zostać obliczony.

Zwraca

TSelf

Logarytm naturalny .x

Dotyczy

Log(TSelf, TSelf)

Źródło:
ILogarithmicFunctions.cs
Źródło:
ILogarithmicFunctions.cs
Źródło:
ILogarithmicFunctions.cs

Oblicza logarytm wartości w określonej bazie.

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

Parametry

x
TSelf

Wartość, której logarytm ma zostać obliczony.

newBase
TSelf

Podstawa, w której ma zostać obliczony logarytm.

Zwraca

TSelf

Logarytm podstawowynewBase .x

Dotyczy