Math.E

The .E property represents Euler's number, the base of natural logarithms. The value represented in DEACOM is approximately 2.71828182845904.

Applies To

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 Prompt Result:

2.71828182845904

*/