Double.Exp2(Double) Methode

Definition

Computes 2 werden auf eine bestimmte Leistung angehoben.

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, zu der erhoben 2 wird.

Gibt zurück

2x

Implementiert

Gilt für: