Comparison of two disjoint buckets. The buckets cannot be overlapping.
Namespace: Altaxo.Calc.StatisticsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic int CompareTo(
Bucket other
)
Parameters
- other Bucket
- The bucket to compare with this bucket.
Return Value
Int32
0 if
UpperBound and
LowerBound are bit-for-bit equal
1 if This bucket is lower that the compared bucket
-1 otherwise
Implements
IComparableTCompareTo(T)
See Also