ILogarithmicFunctions<TSelf>.Log10P1(TSelf) Methode

Definitie

Berekent de logaritme met grondtal 10 van een waarde plus één.

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

Parameters

x
TSelf

De waarde waaraan een wordt toegevoegd voordat u de logaritme met grondtal 10 rekent.

Retouren

TSelf

log10(x + 1)

Van toepassing op