Math.E
The .E property represents Euler's number.
Applies To
Description
Math.E property represents Euler's number, the base of natural logarithms. The value represented in DEACOM is approximately 2.71828182845904.
Properties and Methods
None
Available
The .E property is available in:
- 15.03.016
- All newer builds
Type
Decimal
Syntax
Math.E;
Parameters
None
Example
var lcMath = Convert.ToString(Math.E);
Event.Form.MessageBox(lcMath);
/* Expected System Prompt Display:
2.71828182845904
*/