Increments the count in the specifed cel.

Namespace: Meta.Numerics.Statistics
Assembly: Meta.Numerics (in Meta.Numerics.dll) Version: 2.1.0.0 (2.1.0.0)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public void Increment(
	int r,
	int c
)
Public Sub Increment ( _
	r As Integer, _
	c As Integer _
)
public:
void Increment(
	int r, 
	int c
)
member Increment : 
        r : int * 
        c : int -> unit 

Parameters

r
Int32
The (zero-based) row index.
c
Int32
The (zero-based) column index.

See Also