Increments the bin at the specified index.
Namespace:
Extreme.DataAnalysis
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
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.
Reference