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

Returns all measures. Individual measures can be retrieved directly by indexing into the array of measures. A formual for calculating an ordinal for a 3-dimensional cube is as follows: ordinal = dimension[0].index + dimension[1].index * dimension[0].size + dimension[2].index * dimension[0].size * dimension[1].size;

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

Syntax

Visual Basic (Declaration)
ReadOnly Property Measures As IList(Of Cell)
C#
IList<Cell> Measures { get; }
Visual C++
property IList<Cell^>^ Measures {
	IList<Cell^>^ get ();
}

Return Value

array of measures