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

Compile an array of dimension sizes. The array contains as many elements as there are dimensions. The size of each dimension is returned in each array element. For example, a return value of [2,3,4] denotes a 3 dimensions where the first dimension has 2 members, the second dimension has 3 members, and the 3rd dimension has 4 members.

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

Syntax

Visual Basic (Declaration)
Public Shared Function GetDimensionSizes ( _
	dimensions As Dimension() _
) As Integer()
C#
public static int[] GetDimensionSizes (
	Dimension[] dimensions
)
Visual C++
public:
static array<int>^ GetDimensionSizes (
	array<Dimension^>^ dimensions
)

Parameters

dimensions
net.esper.view.stat.olap.Dimension[]
is an array of dimensions

Return Value

integer array with size of each dimension