Note: This API is now obsolete.
Clears the values in all bins of a histogram.
Namespace: Extreme.DataAnalysisAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
[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.
Numerical Libraries
Obsolete (compiler warning) in 6.0
Reference