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 Overrides Function GetEnumerator As IEnumerator
C#
public override IEnumerator GetEnumerator ()
C++
public:
virtual IEnumerator^ GetEnumerator () override

Return Value

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