Double.ExpM1(Double) Methode

Definition

E Berechnet eine bestimmte Potenz und subtrahiert eins.

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

Gibt zurück

Ex - 1

Implementiert

Gilt für: