Gets the observation at the specified index.

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

Syntax

Visual Basic (Declaration)
Public Function GetValue ( _
	index As Integer _
) As Object
C#
public Object GetValue (
	int index
)
C++
public:
Object^ GetValue (
	int index
)

Parameters

index (System.Int32)
The zero-based index of the observation.

Return Value

The Object that is the observation at the specified index.