[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Increments the index values in the dimensionIndizes array given each dimension's size. For example, if dimension sizes are [3, 2, 4] then the indizes follow this order: [0,0,0] [1,0,0] [2,0,0] [0,1,0] ... [1,0,3] [2,0,3] [0,1,3] [1,1,3] [2,1,3] This example shows indize Start and end ranges.

Namespace: net.esper.view.stat.olap
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public Shared Sub NextIndize ( _
	dimensionSizes As Integer(), _
	dimensionIndizes As Integer() _
)
C#
public static void NextIndize (
	int[] dimensionSizes,
	int[] dimensionIndizes
)
Visual C++
public:
static void NextIndize (
	array<int>^ dimensionSizes, 
	array<int>^ dimensionIndizes
)

Parameters

dimensionSizes
System.Int32[]
size of each dimension
dimensionIndizes
System.Int32[]
index value for each dimension, each value between and dimension size - 1