NFloat.Exp(NFloat) Method

Definition

Computes E raised to a given power.

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

Parameters

x
NFloat

The power to which E is raised.

Returns

E raised to the power of x.

Implements

Applies to