Returns an iterator over the elements in this row.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public virtual IEnumerator Iterator()
Visual Basic (Declaration)
Public Overridable Function Iterator As IEnumerator
Visual C++
public:
virtual IEnumerator^ Iterator()

Return Value

An IEnumerator object that can be used as an iterator over the elements in this row.

Remarks

This is used to retrieve the coeffients in a sparse form.

See Also