Gets the value of the index at the specified position
and level.
Namespace:
Extreme.DataAnalysis
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public virtual Object this[
int index,
int level
] { get; }
Public Overridable ReadOnly Default Property Item (
index As Integer,
level As Integer
) As Object
Get
public:
virtual property Object^ default[int index, int level] {
Object^ get (int index, int level);
}
abstract Item : Object with get
override Item : Object with get
Parameters
- index
- Type: SystemInt32
The zero-based index of the entry. - level
- Type: SystemInt32
The zero-based level of the entry.
Return Value
Type:
Object
Reference