Single.Exp2(Single) Metoda

Definice

2 Výpočty se umocní na daný výkon.

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

Parametry

x
Single

Moc, na kterou 2 je umocněna.

Návraty

2x

Implementuje

Platí pro