Double.Exp(Double) Yöntem

Tanım

Belirli bir güce yükseltilmiş hesaplamalar E .

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

Parametreler

x
Double

E Güç yükseltilir.

Döndürülenler

E üssüne yükseltildi x.

Uygulamalar

Şunlara uygulanır