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

Render a multidimensional table (see Cube) as flatted out structure. Renders each cell's intersecting members of each dimension into a single String.

Namespace: net.esper.indicator.pretty
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public Shared Function RenderCube ( _
	cube As Cube _
) As IDictionary(Of String, Double)
C#
public static IDictionary<string, double> RenderCube (
	Cube cube
)
Visual C++
public:
static IDictionary<String^, double>^ RenderCube (
	Cube^ cube
)

Parameters

cube
net.esper.view.stat.olap.Cube
the cube to render

Return Value

map containing rendered cell/column/row/page dimension members as key and cell values as values