Half.Log10(Half) Methode

Definition

Berechnet den Basis-10-Logarithmus eines Werts.

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

Parameter

x
Half

Gibt zurück

Half

Der Logarithmus zur Basis 10 von x.

Implementiert

Gilt für