Entry.GetRevertedEnumerator Method

Returns reverted enumerator to iterate through equation terms. NOTE: The result terms has reverted order but it do not use recursion, which allows to avoid usage of call stack to prevent StackOverflow exception. This method is strongly recommended for complex expressions.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
C#
public IEnumerable<Entry> GetRevertedEnumerator()

Return Value

IEnumerable<Entry>

See Also