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

Given the the members of each dimension that define the intersection, returns the ordinal of a measure.

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

Syntax

Visual Basic (Declaration)
Public Function GetOrdinal ( _
	members As IList(Of DimensionMember) _
) As Integer
C#
public int GetOrdinal (
	IList<DimensionMember> members
)
Visual C++
public:
virtual int GetOrdinal (
	IList<DimensionMember^>^ members
) sealed

Parameters

members
System.Collections.Generic.IList<(Of T>)
is an array of members within each dimension that intersect and thus define the cell position

Return Value

ordinal Starts at zero and ends at Cell[].Length - 1. A -1 is returned if the intersection could not be determined, such as when a dimension member could not be located.