EntryCreate(IEnumerableTerm, Boolean, Boolean) Method

Creates a new instance of Entry from list of Terms with given options.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.74.9654.0
C#
public static Entry Create(
	IEnumerable<Term> value,
	bool withMeta,
	bool withParentheses
)

Parameters

value  IEnumerableTerm
List of Terms to use as a source.
withMeta  Boolean
Determines whether the result should include references to intitial data or not.
withParentheses  Boolean
Determines whether parentheses should be included into result or not.

Return Value

Entry
Math expression as an instance of Entry.

See Also