DecimalExtensionsE Field

Represents the natural logarithmic base, specified by the constant, e.

Definition

Namespace: KGySoft.CoreLibraries
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 8.1.0
C#
public static readonly decimal E

Field Value

Decimal

Remarks

This member is similar to Math.E but has Decimal type instead of Double.

The value of this constant is 2.7182818284590452353602874714.

See Also