Half.Log10(Half) Metoda

Definicja

Oblicza logarytm wartości base-10.

public:
 static Half Log10(Half x) = System::Numerics::ILogarithmicFunctions<Half>::Log10;
public static Half Log10 (Half x);
static member Log10 : Half -> Half
Public Shared Function Log10 (x As Half) As Half

Parametry

x
Half

Zwraca

Half

Logarytm base-10 .x

Implementuje

Dotyczy