Single.Log10(Single) Método

Definição

Calcula o logaritmo em base 10 de um valor.

public:
 static float Log10(float x) = System::Numerics::ILogarithmicFunctions<float>::Log10;
public static float Log10(float x);
static member Log10 : single -> single
Public Shared Function Log10 (x As Single) As Single

Parâmetros

x
Single

O valor cujo logaritmo em base 10 deve ser calculado.

Devoluções

O logaritmo em base 10 de x.

Implementações

Aplica-se a