Math.E   Method

Returns the natural logarithmic base constant.

...Math.E

Prerequisites

None

Parameters

None

Remarks

Returns the constant that is the base value for the natural logarithmic functions, 2.7182818284590452354

Examples

Dim value As Single
value = Math.Pow(Math.E, 2)

See Also

Math Class