NFloat.ExpM1(NFloat) Methode

Definition

E Berechnet auf eine bestimmte Leistung und subtrahiert eine.

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

Parameter

x
NFloat

Die Macht, zu der erhoben E wird.

Gibt zurück

Ex - 1

Implementiert

Gilt für: