| Name | Description |
---|
| ListAlmostEqual(IListComplex32, IListComplex32, Double) |
Compares two lists of doubles and determines if they are equal within the
specified maximum error.
|
| ListAlmostEqual(IListComplex32, IListComplex32, Int32) |
Compares two lists of doubles and determines if they are equal within the
specified maximum error.
|
| ListAlmostEqual(IListDouble, IListDouble, Double) |
Compares two lists of doubles and determines if they are equal within the
specified maximum error.
|
| ListAlmostEqual(IListDouble, IListDouble, Int32) |
Compares two lists of doubles and determines if they are equal within the
specified maximum error.
|
| ListAlmostEqual(IListComplex, IListComplex, Double) |
Compares two lists of doubles and determines if they are equal within the
specified maximum error.
|
| ListAlmostEqual(IListComplex, IListComplex, Int32) |
Compares two lists of doubles and determines if they are equal within the
specified maximum error.
|
| ListAlmostEqual(IListSingle, IListSingle, Double) |
Compares two lists of doubles and determines if they are equal within the
specified maximum error.
|
| ListAlmostEqual(IListSingle, IListSingle, Int32) |
Compares two lists of doubles and determines if they are equal within the
specified maximum error.
|