MItem(MItem, String, NullableDouble, TermType, Boolean, Boolean) Constructor

Math element constructor.

Definition

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

Parameters

items  MItem
Dependent elements.
text  String
Element textual representation.
value  NullableDouble
Element numeric representation
type  TermType
Element type.
negative  Boolean
Element sign.
inverse  Boolean
Element inverse flag.

See Also