Click or drag to resize
BucketEquals Method
Checks whether two Buckets are equal.

Namespace: MathNet.Numerics.Statistics
Assembly: MathNet.Numerics (in MathNet.Numerics.dll) Version: 3.7
Syntax
C#
public override bool Equals(
	Object obj
)

Parameters

obj
Type: SystemObject

Return Value

Type: Boolean
Remarks
UpperBound and LowerBound are compared bit-for-bit, but This method tolerates a difference in Count given by .
See Also

Reference

Precision.AlmostEqual(Double, Double)