Gets the element at the given index.

Namespace:  CenterSpace.NMath.Stats
Assembly:  NMathStats (in NMathStats.dll) Version: 3.4.0.0

Syntax

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

Parameters

index
Type: System..::.Int32

Return Value

Returns this.Levels[ this.Data[index] ].

See Also