C#/XAML for HTML5 Documentation
C#/XAML for HTML5 Documentation
Reference
System
Math Class
Math Methods
Abs Method
Acos Method
Asin Method
Atan Method
Atan2 Method
Ceiling Method
Cos Method
Exp Method
Floor Method
IEEERemainder Method
Log Method
Log10 Method
Max Method
Min Method
Pow Method
Round Method
Sign Method
Sin Method
Sqrt Method
Tan Method
Truncate Method
Math
Exp Method
Returns e raised to the specified power.
Namespace:
System
Assembly:
mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
Copy
public
static
double
Exp
(
double
d
)
Parameters
d
Type:
System
Double
A number specifying a power.
Return Value
Type:
Double
The number e raised to the power
d
. If
d
equals
NaN
or
PositiveInfinity
, that value is returned. If
d
equals
NegativeInfinity
, 0 is returned.
See Also
Reference
Math Class
System Namespace