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

Returns the number of cells in a cube that has the given dimension sizes.

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

Syntax

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

Parameters

dimensionSizes
System.Int32[]
is an array describing the number of dimensions and size of dimensions (number of members)

Return Value

total number of cells (size)