EntryCreate(IEnumerableTerm, Boolean, Boolean) Method
Creates a new instance of Entry from list of Terms with given options.
Namespace: SMath.ManagerAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.74.9654.0
public static Entry Create(
IEnumerable<Term> value,
bool withMeta,
bool withParentheses
)
Public Shared Function Create (
value As IEnumerable(Of Term),
withMeta As Boolean,
withParentheses As Boolean
) As Entry
public:
static Entry^ Create(
IEnumerable<Term^>^ value,
bool withMeta,
bool withParentheses
)
static member Create :
value : IEnumerable<Term> *
withMeta : bool *
withParentheses : bool -> Entry
- 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.
EntryMath expression as an instance of Entry.