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