Increments the bin at the specified index.
Namespace: Extreme.DataAnalysisAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public void IncrementAt(
int index
)
Public Sub IncrementAt (
index As Integer
)
public:
void IncrementAt(
int index
)
member IncrementAt :
index : int -> unit
Parameters
- index
- Type: SystemInt32
The index of the bin to increment.
Numerical Libraries
Supported in: 6.0
Reference