ILogarithmicFunctions<TSelf>.Log Método
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Sobrecargas
| Name | Description |
|---|---|
| Log(TSelf) |
Calcula o logaritmo natural |
| Log(TSelf, TSelf) |
Calcula o logaritmo de um valor na base especificada. |
Log(TSelf)
- Origem:
- ILogarithmicFunctions.cs
- Origem:
- ILogarithmicFunctions.cs
- Origem:
- ILogarithmicFunctions.cs
- Origem:
- ILogarithmicFunctions.cs
- Origem:
- ILogarithmicFunctions.cs
Calcula o logaritmo naturalbase-E 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.
Devoluções
O logaritmo natural de x.
Aplica-se a
Log(TSelf, TSelf)
- Origem:
- ILogarithmicFunctions.cs
- Origem:
- ILogarithmicFunctions.cs
- 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 em que o logaritmo deve ser calculado.
Devoluções
O logaritmonewBase base de x.