Sets 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.
- index (System.Int32)
- A zero based index.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | index is less than zero or greater than or equal to UnfilteredLength. |