| BucketCompareTo Method |
Comparison of two disjoint buckets. The buckets cannot be overlapping.
Namespace:
MathNet.Numerics.Statistics
Assembly:
MathNet.Numerics (in MathNet.Numerics.dll) Version: 3.7
Syntax public int CompareTo(
Bucket bucket
)
Parameters
- bucket
- Type: MathNet.Numerics.StatisticsBucket
[Missing <param name="bucket"/> documentation for "M:MathNet.Numerics.Statistics.Bucket.CompareTo(MathNet.Numerics.Statistics.Bucket)"]
Return Value
Type:
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