Note: This API is now obsolete.
Clears the values in all bins of a histogram.
Namespace:
Extreme.DataAnalysis
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
[ObsoleteAttribute("Use the SetToZero method instead.")]
public void Clear()
<ObsoleteAttribute("Use the SetToZero method instead.")>
Public Sub Clear
public:
[ObsoleteAttribute(L"Use the SetToZero method instead.")]
void Clear()
[<ObsoleteAttribute("Use the SetToZero method instead.")>]
member Clear : unit -> unit
This method sets the total of each bin in the histogram to zero.
Reference