Compare Class
Provides methods for comparing values with specified tolerances.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.6
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.6
public static class Compare
- Inheritance
- Object → Compare
Methods
Almost | Returns whether the specified value is close to the reference value within the default absolute and relative tolerances. |
Almost | Returns whether the specified value is close to the reference value within the given absolute and relative tolerances. |
Almost | Returns whether the specified value is close to the reference value within the default absolute tolerance. |
Almost | Returns whether the specified value is close to the reference value within the given absolute tolerance. |
Almost | Returns whether the specified value is close to the reference value within the default relative tolerance. |
Almost | Returns whether the specified value is close to the reference value within the given relative tolerance. |
Almost | Returns whether the specified value is close to the reference value within the given tolerance expressed in ULPs (units in the last place). |
Get | Gets the default absolute tolerance to use when comparing numbers for equality. |
Get | Gets the default relative tolerance to use when comparing numbers for equality. |
Sequence | Returns whether the values in the specified array are all close to the reference value within the default absolute and relative tolerances. |
Sequence | Returns whether the specified values in the arrays are close to each other within the default absolute and relative tolerances. |
Sequence | Returns whether the values in the specified sequence are all close to the reference value within the default absolute and relative tolerances. |
Sequence | Returns whether the specified values in the sequences are close to each other within the default absolute and relative tolerances. |
Sequence | Returns whether the values in the specified span are all close to the reference value within the default absolute and relative tolerances. |
Sequence | Returns whether the specified values in the spans are close to each other within the default absolute and relative tolerances. |
Sequence | Returns whether the values in the specified array are all close to the reference value within the given absolute and relative tolerances. |
Sequence | Returns whether the specified values in the arrays are close to each other within the given absolute and relative tolerances. |
Sequence | Returns whether the values in the specified sequence are all close to the reference value within the given absolute and relative tolerances. |
Sequence | Returns whether the specified values in the sequences are close to each other within the given absolute and relative tolerances. |
Sequence | Returns whether the values in the specified span are all close to the reference value within the given absolute and relative tolerances. |
Sequence | Returns whether the specified values in the spans are close to each other within the given absolute and relative tolerances. |
Sequence | Returns whether the values in the specified array are all close to the reference value within the default absolute tolerance. |
Sequence | Returns whether the specified values in the arrays are close to each other within the default absolute tolerance. |
Sequence | Returns whether the values in the specified sequence are all close to the reference value within the default absolute tolerance. |
Sequence | Returns whether the specified values in the sequences are close to each other within the default absolute tolerance. |
Sequence | Returns whether the values in the specified span are all close to the reference value within the default absolute tolerance. |
Sequence | Returns whether the specified values in the spans are close to each other within the default absolute tolerance. |
Sequence | Returns whether the values in the specified array are all close to the reference value within the given absolute tolerance. |
Sequence | Returns whether the specified values in the arrays are close to each other within the given absolute tolerance. |
Sequence | Returns whether the values in the specified sequence are all close to the reference value within the given absolute tolerance. |
Sequence | Returns whether the specified values in the sequences are close to each other within the given absolute tolerance. |
Sequence | Returns whether the values in the specified span are all close to the reference value within the given absolute tolerance. |
Sequence | Returns whether the specified values in the spans are close to each other within the given absolute tolerance. |
Sequence | Returns whether the values in the specified array are all close to the reference value within the default relative tolerance. |
Sequence | Returns whether the specified values in the arrays are close to each other within the default relative tolerance. |
Sequence | Returns whether the values in the specified sequence are all close to the reference value within the default relative tolerance. |
Sequence | Returns whether the specified values in the sequences are close to each other within the default relative tolerance. |
Sequence | Returns whether the values in the specified span are all close to the reference value within the default relative tolerance. |
Sequence | Returns whether the specified values in the spans are close to each other within the default relative tolerance. |
Sequence | Returns whether the values in the specified array are all close to the reference value within the given relative tolerance. |
Sequence | Returns whether the specified values in the arrays are close to each other within the given relative tolerance. |
Sequence | Returns whether the values in the specified sequence are all close to the reference value within the given relative tolerance. |
Sequence | Returns whether the specified values in the sequences are close to each other within the given relative tolerance. |
Sequence | Returns whether the values in the specified span are all close to the reference value within the given relative tolerance. |
Sequence | Returns whether the specified values in the spans are close to each other within the given relative tolerance. |
Sequence | Returns whether the values in the specified array are all close to the reference value within the given tolerance expressed in ULPs (units in the last place). |
Sequence | Returns whether the specified values in the arrays are close to each other within the given tolerance expressed in ULPs (units in the last place). |
Sequence | Returns whether the values in the specified sequence are all close to the reference value within the given tolerance expressed in ULPs (units in the last place). |
Sequence | Returns whether the specified values in the sequences are close to each other within the given tolerance expressed in ULPs (units in the last place). |
Sequence | Returns whether the values in the specified span are all close to the reference value within the given tolerance expressed in ULPs (units in the last place). |
Sequence | Returns whether the specified values in the spans are close to each other within the given tolerance expressed in ULPs (units in the last place). |
Set | Sets the default absolute tolerance to use when comparing numbers for equality. |
Set | Sets the default relative tolerance to use when comparing numbers for equality. |
Ulp<T> | Returns the unit in the last place (ULP) of the specified value. |