Click or drag to resize

BucketCompareTo Method

Comparison of two disjoint buckets. The buckets cannot be overlapping.

Namespace: Altaxo.Calc.Statistics
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public 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