Gets the DataArrayBase that is the parent of this DataArrayElement.

Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (Extreme.Numerics)

Syntax

Visual Basic (Declaration)
Protected ReadOnly Property Parent As DataArrayBase
C#
protected DataArrayBase Parent { get; }
C++
protected:
DataArrayBase^ Parent {
	DataArrayBase^ get ();
}

Value

The DataArrayBase that is the parent of this DataArrayElement.