Constructs a new DataArrayElement.
Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (Extreme.Numerics)
Syntax
| Visual Basic (Declaration) |
|---|
Protected Sub New ( _ parent As DataArrayBase, _ index As Integer _ ) |
| C# |
|---|
protected DataArrayElement ( DataArrayBase parent, int index ) |
| C++ |
|---|
protected: DataArrayElement ( DataArrayBase^ parent, int index ) |
Parameters
- parent (Extreme.Statistics.DataArrayBase)
- The DataArrayBase that is the parent of this DataArrayElement
- index (System.Int32)
- The linearized index of the cell.