Single.Exp2M1(Single) Metoda

Definice

2 Vypočítá na danou mocninu a odečte jeden.

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

Parametry

x
Single

Síla, na kterou 2 je zvýšena.

Návraty

2x - 1

Implementuje

Platí pro