ILogarithmicFunctions<TSelf>.Log Método

Definição

Sobrecargas

Log(TSelf)

Calcula o natural (base-E logaritmo de um valor.

Log(TSelf, TSelf)

Calcula o logaritmo de um valor na base especificada.

Log(TSelf)

Origem:
ILogarithmicFunctions.cs
Origem:
ILogarithmicFunctions.cs
Origem:
ILogarithmicFunctions.cs

Calcula o natural (base-E logaritmo de um valor.

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

Parâmetros

x
TSelf

O valor cujo logaritmo natural deve ser calculado.

Retornos

TSelf

O logaritmo natural de x.

Aplica-se a

Log(TSelf, TSelf)

Origem:
ILogarithmicFunctions.cs
Origem:
ILogarithmicFunctions.cs
Origem:
ILogarithmicFunctions.cs

Calcula o logaritmo de um valor na base especificada.

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

Parâmetros

x
TSelf

O valor cujo logaritmo deve ser calculado.

newBase
TSelf

A base na qual o logaritmo deve ser calculado.

Retornos

TSelf

O logaritmo de basenewBase de x.

Aplica-se a