ILogarithmicFunctions<TSelf>.Log10P1(TSelf) Methode

Definition

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

public:
 static override TSelf Log10P1(TSelf x);
public static virtual TSelf Log10P1 (TSelf x);
static member Log10P1 : 'Self -> 'Self
Public Shared Overrides Function Log10P1 (x As TSelf) As TSelf

Parameter

x
TSelf

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

Gibt zurück

TSelf

log10(x + 1)

Gilt für: