MathNETNumeric Method
Represents the natural logarithmic base, specified by the constant, e.
If TNumeric is integral, this value is rounded to 2.
Namespace: Jodosoft.NumericsAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
public static TNumeric E<TNumeric>()
where TNumeric : struct, new(), INumeric<TNumeric>
Public Shared Function E(Of TNumeric As {Structure, New, INumeric(Of TNumeric)}) As TNumeric
public:
generic<typename TNumeric>
where TNumeric : value class, gcnew(), INumeric<TNumeric>
static TNumeric E()
static member E : unit -> 'TNumeric when 'TNumeric : struct, new() and INumeric<'TNumeric>
- TNumeric
TNumeric