Single.Log10(Single) Metoda

Definice

Vypočítá logaritmus hodnoty base-10.

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

Parametry

x
Single

Hodnota, jejíž logaritmus base-10 se má vypočítat.

Návraty

Logaritmus xbase-10 .

Implementuje

Platí pro