NFloat.Exp2(NFloat) Metoda

Definicja

Obliczenia podniesione 2 do danej mocy.

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

Parametry

x
NFloat

Moc, do której 2 jest podniesiona.

Zwraca

2x

Implementuje

Dotyczy