Histogram<T>.Increment At Method
Definition
Namespace: Numerics.NET.DataAnalysis
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
Overload List
Increment | Increments the bin at the specified index. |
Increment | Increments the bin at the specified index by the specified amount. |
IncrementAt(Int32)
Increments the bin at the specified index.
Exceptions
Argument | index is less than zero or greater than or equal to the length of the histogram. |
IncrementAt(Int32, Double)
Increments the bin at the specified index by the specified amount.
public void IncrementAt(
int index,
double weight
)
Parameters
Exceptions
Argument | index is less than zero or greater than or equal to the length of the histogram. |