Returns an IEnumerator object that can be used to iterate through the levels of the NumericalScale.

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 object that supports the IEnumerator interface.