Returns an enumerator that can iterate through the observations of the variable.

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

Syntax

Visual Basic (Declaration)
Public MustOverride Function GetEnumerator As IEnumerator
C#
public abstract IEnumerator GetEnumerator ()
C++
public:
virtual IEnumerator^ GetEnumerator () abstract

Return Value

An IEnumerator that can be used to iterate through the observations of the variable.