Entry.CreateMeta Method

Creates a new instance of Entry from list of Terms.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
C#
public static Entry CreateMeta(
	IEnumerable<Term> value
)

Parameters

value  IEnumerable<Term>
List of Terms to use as a source.

Return Value

Entry
Math expression as an instance of Entry.

See Also