Single.Log10(Single) Methode

Definition

Berechnet den Logarithmus der Basis 10 eines Werts.

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

Parameter

x
Single

Der Wert, dessen Logarithmus base-10 berechnet werden soll.

Gibt zurück

Der Logarithmus der Basis 10 .x

Implementiert

Gilt für: