Single.Exp10(Single) Methode

Definition

10 Berechnet, die auf eine bestimmte Leistung ausgelöst wird.

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 sich gehoben wird.

Gibt zurück

10x

Implementiert

Gilt für: