Język

Single.Log10(Single) Metoda

Definicja

Oblicza logarytm base-10 wartości.

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

Wartość, której logarytm base-10 ma zostać obliczony.

Zwraca

Logarytm base-10 .x

Implementuje

Dotyczy