NFloat.Exp(NFloat) Methode

Definition

Computevorgänge werden E auf eine bestimmte Leistung angehoben.

public:
 static System::Runtime::InteropServices::NFloat Exp(System::Runtime::InteropServices::NFloat x) = System::Numerics::IExponentialFunctions<System::Runtime::InteropServices::NFloat>::Exp;
public static System.Runtime.InteropServices.NFloat Exp (System.Runtime.InteropServices.NFloat x);
static member Exp : System.Runtime.InteropServices.NFloat -> System.Runtime.InteropServices.NFloat
Public Shared Function Exp (x As NFloat) As NFloat

Parameter

x
NFloat

Die Macht, auf die E erhöht wird.

Gibt zurück

E wird auf die Potenz von xerhöht.

Implementiert

Gilt für: