Histogram<T>.Clear Method

Note: This API is now obsolete.
Clears the values in all bins of a histogram.

Definition

Namespace: Extreme.DataAnalysis
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
[ObsoleteAttribute("Use the SetToZero method instead.")]
public void Clear()

Remarks

This method sets the total of each bin in the histogram to zero.

See Also