ILogarithmicFunctions<TSelf>.Log10(TSelf) Método

Definición

Calcula el logaritmo base 10 de un valor.

public:
 static TSelf Log10(TSelf x);
public static abstract TSelf Log10 (TSelf x);
static member Log10 : 'Self -> 'Self
Public Shared Function Log10 (x As TSelf) As TSelf

Parámetros

x
TSelf

Valor cuyo logaritmo base 10 se va a calcular.

Devoluciones

TSelf

Logaritmo en base 10 de x.

Se aplica a