Single.Log10P1(Single) Methode

Definition

Berechnet den Basis-10-Logarithmus eines Werts plus 1.

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

Parameter

x
Single

Der Wert, dem vor dem Berechnen des Base-10-Logarithmus hinzugefügt wird.

Gibt zurück

log10(x + 1)

Implementiert

Gilt für: