Click or drag to resize

HistogramAddData(Double) Method

Updates the histogram bin count with the given data point.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public void AddData(
	double d
)

Parameters

d  Double
A data point.
Remarks
Increments the bin into which the given data point falls by one.
See Also