Sets the observation at the specified index to the specified value.
Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (Extreme.Numerics)
Syntax
| Visual Basic (Declaration) |
|---|
Public Sub SetValue ( _ value As Object, _ index As Integer _ ) |
| C# |
|---|
public void SetValue ( Object value, int index ) |
| C++ |
|---|
public: void SetValue ( Object^ value, int index ) |
Parameters
- value (System.Object)
- The new value for the observation.
- index (System.Int32)
- The zero-based index of the observation.