Click or drag to resize

HistogramCount Method

Gets the bin count for the specifed bin.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public int Count(
	int binNumber
)

Parameters

binNumber  Int32
The bin number to get the count for. binNumber must be between 0 and (number of bins - 1).

Return Value

Int32
The count for the specified bin.
See Also