|
ConstantsDecimalEpsilon Field
|
Double-precision machine round-off error.
Namespace:
Accord.Math
Assembly:
Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax public static readonly decimal DecimalEpsilon
Public Shared ReadOnly DecimalEpsilon As Decimal
Request Example
View SourceField Value
Type:
DecimalRemarks
This value is actually different from Double.Epsilon. It
is defined as 1.11022302462515654042E-16.
See Also