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

Returns the member value for each dimension that intersect to identify the cell of the given ordinal.

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

Syntax

Visual Basic (Declaration)
Function GetMembers ( _
	ordinal As Integer _
) As IList(Of DimensionMember)
C#
IList<DimensionMember> GetMembers (
	int ordinal
)
Visual C++
IList<DimensionMember^>^ GetMembers (
	int ordinal
)

Parameters

ordinal
System.Int32
is the cell ordinal, Starting at zero and with a max value of Cell[].Length - 1.

Return Value

member values matching the number of dimensions that intersect to identify the cell