ILogarithmicFunctions<TSelf>.Log Metod

Definition

Överlagringar

Name Description
Log(TSelf)

Beräknar det naturliga (base-E logaritmen för ett värde.

Log(TSelf, TSelf)

Beräknar logaritmen för ett värde i den angivna basen.

Log(TSelf)

Källa:
ILogarithmicFunctions.cs
Källa:
ILogarithmicFunctions.cs
Källa:
ILogarithmicFunctions.cs
Källa:
ILogarithmicFunctions.cs
Källa:
ILogarithmicFunctions.cs

Beräknar det naturliga (base-E logaritmen för ett värde.

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

Parametrar

x
TSelf

Värdet vars naturliga logaritm ska beräknas.

Returer

TSelf

Den naturliga logaritmen för x.

Gäller för

Log(TSelf, TSelf)

Källa:
ILogarithmicFunctions.cs
Källa:
ILogarithmicFunctions.cs
Källa:
ILogarithmicFunctions.cs
Källa:
ILogarithmicFunctions.cs
Källa:
ILogarithmicFunctions.cs

Beräknar logaritmen för ett värde i den angivna basen.

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

Parametrar

x
TSelf

Värdet vars logaritm ska beräknas.

newBase
TSelf

Den bas där logaritmen ska beräknas.

Returer

TSelf

BasloggaritmennewBase för x.

Gäller för