Click or drag to resize

PrecisionListAlmostEqual Method

Overload List
 NameDescription
Public Extension MethodListAlmostEqual(IListComplex32, IListComplex32, Double) Compares two lists of doubles and determines if they are equal within the specified maximum error.
Public Extension MethodListAlmostEqual(IListComplex32, IListComplex32, Int32) Compares two lists of doubles and determines if they are equal within the specified maximum error.
Public Extension MethodListAlmostEqual(IListDouble, IListDouble, Double) Compares two lists of doubles and determines if they are equal within the specified maximum error.
Public Extension MethodListAlmostEqual(IListDouble, IListDouble, Int32) Compares two lists of doubles and determines if they are equal within the specified maximum error.
Public Extension MethodListAlmostEqual(IListComplex, IListComplex, Double) Compares two lists of doubles and determines if they are equal within the specified maximum error.
Public Extension MethodListAlmostEqual(IListComplex, IListComplex, Int32) Compares two lists of doubles and determines if they are equal within the specified maximum error.
Public Extension MethodListAlmostEqual(IListSingle, IListSingle, Double) Compares two lists of doubles and determines if they are equal within the specified maximum error.
Public Extension MethodListAlmostEqual(IListSingle, IListSingle, Int32) Compares two lists of doubles and determines if they are equal within the specified maximum error.
Top
See Also