ILogarithmicFunctions<TSelf>.Log10(TSelf) Metoda

Definicja

Oblicza logarytm base-10 wartości.

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

Parametry

x
TSelf

Wartość, której logarytm base-10 ma zostać obliczony.

Zwraca

TSelf

Logarytm base-10 .x

Dotyczy