Gets the value of the variable at the specified index.
Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (Extreme.Numerics)
Syntax
| Visual Basic (Declaration) |
|---|
Public Overrides Function GetValueUnfiltered ( _ index As Integer _ ) As Object |
| C# |
|---|
public override Object GetValueUnfiltered ( int index ) |
| C++ |
|---|
public: virtual Object^ GetValueUnfiltered ( int index ) override |
Parameters
- index (System.Int32)
- A zero based index.
Value
The data value of the variable at the specified index.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | index is less than zero or greater than or equal to UnfilteredLength. |