Half.Exp10(Half) Methode

Definition

Berechnet 10 auf eine bestimmte Leistung erhöht.

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

Parameter

x
Half

Die Macht, auf die 10 angehoben wird.

Gibt zurück

10x

Implementiert

Gilt für: