Click or drag to resize

HistogramAddData(Double) Method

Updates the histogram bin counts with the given array of data points.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public void AddData(
	params double[] data
)

Parameters

data  Double
An array (or sequential list) of data points.
See Also