ILogarithmicFunctions<TSelf>.Log10(TSelf) Methode

Definitie

Berekent de logaritme met grondtal 10 van een waarde.

public:
 static TSelf Log10(TSelf x);
public static abstract TSelf Log10(TSelf x);
static member Log10 : 'Self -> 'Self
Public Shared Function Log10 (x As TSelf) As TSelf

Parameters

x
TSelf

De waarde waarvan de logaritme met grondtal 10 moet worden berekend.

Retouren

TSelf

De logaritme met grondtal 10 van x.

Van toepassing op