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