VB.NET Language in a Nutshell
| E Field |
Class
System.Math
Syntax
Math.E
Description
This field returns the approximate value of the irrational number e, which is the base of the natural logarithm and the base of the natural exponential function. In particular:
Math.E = 2.71828182845905
Rules at a Glance
This is a Shared member, so it can be used without creating any objects.
VB.NET/VB 6 Differences
The E Field is new to VB.NET.
See Also
Pi Field