Freigeben über


Single.Exp10(Single) Methode

Definition

Berechnet 10 auf eine bestimmte Leistung erhöht.

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

Parameter

x
Single

Die Macht, auf die 10 angehoben wird.

Gibt zurück

10x

Implementiert

Gilt für: