NFloat.Exp2(NFloat) Methode

Definition

Computevorgänge werden 2 auf eine bestimmte Leistung angehoben.

public:
 static System::Runtime::InteropServices::NFloat Exp2(System::Runtime::InteropServices::NFloat x) = System::Numerics::IExponentialFunctions<System::Runtime::InteropServices::NFloat>::Exp2;
public static System.Runtime.InteropServices.NFloat Exp2 (System.Runtime.InteropServices.NFloat x);
static member Exp2 : System.Runtime.InteropServices.NFloat -> System.Runtime.InteropServices.NFloat
Public Shared Function Exp2 (x As NFloat) As NFloat

Parameter

x
NFloat

Die Macht, auf die 2 erhöht wird.

Gibt zurück

2x

Implementiert

Gilt für: