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

Returns the value at a given index.

Namespace: net.esper.collection
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public Overridable ReadOnly Property Item ( _
	index As Integer _
) As Double
C#
public virtual double this [
	int index
] { get; }
Visual C++
public:
virtual property double default[int index] {
	double get (int index);
}

Parameters

index
System.Int32
for which to return value for

Return Value

value at index