Click or drag to resize

HistogramBin(Double) Method

Returns which bin this value lies in.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public int Bin(
	double value
)

Parameters

value  Double
Value to check.

Return Value

Int32
Bin number.
Exceptions
ExceptionCondition
InvalidArgumentException Thrown if the value is not in any bins.
See Also