Double.Exp2(Double) Yöntem

Tanım

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

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

Parametreler

x
Double

Yükseltilen 2 güç.

Döndürülenler

2x

Uygulamalar

Şunlara uygulanır