[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Assembly: NEsper (in NEsper.dll)
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) |
---|
Public Function GetMembers ( _ ordinal As Integer _ ) As IList(Of DimensionMember) |
C# |
---|
public IList<DimensionMember> GetMembers ( int ordinal ) |
Visual C++ |
---|
public: virtual IList<DimensionMember^>^ GetMembers ( int ordinal ) sealed |
Parameters
- ordinal
- System.Int32
is the cell ordinal, Starting at zero and with a max value of Cell[].Length - 1.