Gets the observation at the specified index.
Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (Extreme.Numerics)
Syntax
| Visual Basic (Declaration) |
|---|
Public Property Item ( _ index As Integer _ ) As Observation |
| C# |
|---|
public Observation Item [ int index ] { get; set; } |
| C++ |
|---|
public: virtual Observation Item { Observation get (int index) sealed; void set (, Observation value) sealed; } |
Parameters
- index (System.Int32)
- The zero-based index of the observation.