Comparison of two disjoint buckets. The buckets cannot be overlapping.
Namespace: Altaxo.Calc.StatisticsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public int CompareTo(
Bucket bucket
)
Parameters
- bucket Bucket
[Missing <param name="bucket"/> documentation for "M:Altaxo.Calc.Statistics.Bucket.CompareTo(Altaxo.Calc.Statistics.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