Math.E Field Represents the natural logarithmic base, specified by the constant, e.
using System; class EField { public static void Main() { Console.WriteLine( Math.E ); } }