Double.Exp2(Double) Methode

Definition

Berechnet 2 auf eine bestimmte Leistung erhöht.

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

Parameter

x
Double

Die Macht, auf die 2 angehoben wird.

Gibt zurück

2x

Implementiert

Gilt für: