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