Double.Exp2M1(Double) Yöntem

Tanım

2 Belirli bir güce yükseltilen ve çıkarılan hesaplamalar.

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

Parametreler

x
Double

Yükseltilen 2 güç.

Döndürülenler

2x - 1

Uygulamalar

Şunlara uygulanır