Collective2 Explorer
Collective2 Explorer
MathNet.Numerics Namespaces
MathNet.Numerics.Statistics
Bucket Class
Bucket Methods
Clone Method
CompareTo Method
Contains Method
Equals Method
GetHashCode Method
ToString Method
Bucket
CompareTo 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
C#
Copy
public
int
CompareTo
(
Bucket
bucket
)
Parameters
bucket
Type:
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
IComparable
T
CompareTo(T)
See Also
Reference
Bucket Class
MathNet.Numerics.Statistics Namespace