Click or drag to resize

PrecisionListAlmostEqualRelative Method

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