| BucketEquals Method |
Checks whether two Buckets are equal.
Namespace: MathNet.Numerics.StatisticsAssembly: MathNet.Numerics (in MathNet.Numerics.dll) Version: 3.7
Syntax public override bool Equals(
Object obj
)
Parameters
- obj
- Type: SystemObject
Return Value
Type:
BooleanRemarks 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)