3 implementations of E
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Decimal.cs (1)
1235static decimal IFloatingPointConstants<decimal>.E => 2.7182818284590452353602874714m;
src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
779static double IFloatingPointConstants<double>.E => Math.E;
src\libraries\System.Private.CoreLib\src\System\Single.cs (1)
776static float IFloatingPointConstants<float>.E => E;
5 references to E
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Decimal.cs (1)
1234/// <inheritdoc cref="IFloatingPointConstants{TSelf}.E" />
src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
778/// <inheritdoc cref="IFloatingPointConstants{TSelf}.E" />
src\libraries\System.Private.CoreLib\src\System\Half.cs (1)
1423/// <inheritdoc cref="IFloatingPointConstants{TSelf}.E" />
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NFloat.cs (1)
1140/// <inheritdoc cref="IFloatingPointConstants{TSelf}.E" />
src\libraries\System.Private.CoreLib\src\System\Single.cs (1)
775/// <inheritdoc cref="IFloatingPointConstants{TSelf}.E" />