Decimal32.Exp(Decimal32) Method

Definition

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

Parameters

Returns

Implements

Applies to