NFloat.Exp2M1(NFloat) Metodo

Definizione

2 Calcola una potenza specificata e ne sottrae uno.

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

Parametri

x
NFloat

La potenza a cui 2 viene alzata.

Restituisce

2x - 1

Implementazioni

Si applica a