[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Supplies an array of the type of object representing a cell. The returned array
should be uninitialized.
Namespace: net.esper.view.stat.olap
Assembly:
NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Function NewCells ( _
numElements As Integer _
) As V() |
C# |
---|
V[] NewCells (
int numElements
) |
Visual C++ |
---|
array<V>^ NewCells (
int numElements
) |
Parameters
- numElements
- System.Int32
number of elements
Return Value
cell object array