EntryToRevertedList Method

Non recursive retrieving of the list of primitives in reverted order. NOTE: It is a bit slower then ToTermsList and result array has reverted order of items 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.2.9018.0
C#
public List<Entry> ToRevertedList()

Return Value

ListEntry
List of primitives in reverted order.

Implements

IPrimitiveTToRevertedList

See Also