Gets the array of data values of the DataArrayBase.
Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (Extreme.Numerics)
Syntax
| Visual Basic (Declaration) |
|---|
Protected Function GetValuesArray As Double() |
| C# |
|---|
protected double[] GetValuesArray () |
| C++ |
|---|
protected: array<double>^ GetValuesArray () |
Value
The array of data values of the DataArrayBase.
Remarks
This property returns the actual data array, not a copy.
To obtain the index of an element in this array, use one of the GetLinearIndex(Int32[]())
methods.