[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)
Derive given statistical measures from the multidim. cube returning dimensions and cells.
Namespace: net.esper.view.stat.olap
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Shared Function Derive ( _ measuresToDerive As String(), _ cube As MultidimCube(Of BaseStatisticsBean) _ ) As Pair(Of Dimension(), Cell()) |
C# |
---|
public static Pair<Dimension[], Cell[]> Derive ( string[] measuresToDerive, MultidimCube<BaseStatisticsBean> cube ) |
Visual C++ |
---|
public: static Pair<array<Dimension^>^, array<Cell^>^>^ Derive ( array<String^>^ measuresToDerive, MultidimCube<BaseStatisticsBean^>^ cube ) |
Parameters
- measuresToDerive
- System.String[]
is an array with field names for statistic functions
- cube
- net.esper.view.stat.olap.MultidimCube<(Of V>)
holds the n-dimensional cells