Single.Log10P1(Single) Método

Definição

Calcula o logaritmo de base 10 de um valor mais um.

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

O valor ao qual um é adicionado antes de calcular o logaritmo base-10.

Retornos

log10(x + 1)

Implementações

Aplica-se a