Click or drag to resize

HistogramBinDeincrement Method

De-increments (reduces by one) the bin count.

Namespace:  Meta.Numerics.Statistics
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public void Deincrement()
Exceptions
ExceptionCondition
InvalidOperationExceptionThe bin count was already zero.
See Also