Half.Log10(Half) Método

Definición

Calcula el logaritmo base 10 de un valor.

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

Parámetros

x
Half

Devoluciones

Half

Logaritmo en base 10 de x.

Implementaciones

Se aplica a