Histogram<T>.Increment At Method
Definition
Namespace: Extreme.DataAnalysis
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
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. |