Single.Log10P1(Single) Método

Definición

Calcula el logaritmo base 10 de un valor más uno.

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

Parámetros

x
Single

Valor al que se agrega uno antes de calcular el logaritmo base 10.

Devoluciones

log10(x + 1)

Implementaciones

Se aplica a