Quantum 3
3.0.11
Public Member Functions | |
| override Int32 | Compare (FP x, FP y) |
| Compares two instances of FP and returns an integer that indicates whether the first instance is less than, equal to, or greater than the second instance. More... | |
Static Public Attributes | |
| static readonly Comparer | Instance = new Comparer() |
| A global FP comparer instance. More... | |
Compares FPs.
Compares two instances of FP and returns an integer that indicates whether the first instance is less than, equal to, or greater than the second instance.
| x | The first instance to compare. |
| y | The second instance to compare. |