Teilen über


Double.ExpM1(Double) Methode

Definition

Berechnet E auf eine bestimmte Potenz ausgelöst und subtrahiert eine.

public:
 static double ExpM1(double x) = System::Numerics::IExponentialFunctions<double>::ExpM1;
public static double ExpM1 (double x);
static member ExpM1 : double -> double
Public Shared Function ExpM1 (x As Double) As Double

Parameter

x
Double

Die Macht, auf die E angehoben wird.

Gibt zurück

Ex - 1

Implementiert

Gilt für: