Gets or sets the value of the specified variable in the observation.

Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (Extreme.Numerics)

Syntax

Visual Basic (Declaration)
Public Property Item ( _
	index As Integer _
) As Object
C#
public Object Item [
	int index
] { get; set; }
C++
public:
Object^ Item {
	Object^ get (int index);
	void set (, Object^ value);
}

Parameters

index (System.Int32)
The zero-based index of the variable in the VariableCollection.

Return Value

The value of the specified variable.