Mega Code Archive

 
Categories / VB.Net / Development
 

Math E Field represents the natural logarithmic base, specified by the constant, e

Imports System Imports Microsoft.VisualBasic Module EField     Sub Main()         Console.WriteLine(Math.E)     End Sub End Module