Exp()

Math::Exp(double) method

Returns e constant raised to the specified power.

static double System::Math::Exp(double d)

Arguments

ParameterTypeDescription
ddoubleThe power to raise e constant to

Return Value

e constant raised to the power of d

See Also