MItemCreate(MItem, String, NullableDouble, TermType, Boolean, Boolean) Method

Creating a mathematical element depending on its content. An element of the class inherited from MItem is created if possible.

Definition

Namespace: SMath.Math.Symbolic
Assembly: SMath.Math.Symbolic (in SMath.Math.Symbolic.dll) Version: 1.35.9018.0
C#
public static MItem Create(
	MItem[] items,
	string text,
	double? value,
	TermType type,
	bool negative,
	bool inverse
)

Parameters

items  MItem
Dependent elements collection.
text  String
Text representation of the mathematical element.
value  NullableDouble
Numerical representation of the mathematical element.
type  TermType
Mathematical element type.
negative  Boolean
Mathematical element sign.
inverse  Boolean
Mathematical element inverse flag.

Return Value

MItem
Mathematical element entity.

See Also