MItem(MItem, String, NullableDouble, TermType, Boolean, Boolean) Constructor
Math element constructor.
Namespace: SMath.Math.SymbolicAssembly: SMath.Math.Symbolic (in SMath.Math.Symbolic.dll) Version: 1.35.9018.0
public MItem(
MItem[] items,
string text,
double? value,
TermType type,
bool negative,
bool inverse
)
Public Sub New (
items As MItem(),
text As String,
value As Double?,
type As TermType,
negative As Boolean,
inverse As Boolean
)
public:
MItem(
array<MItem^>^ items,
String^ text,
Nullable<double> value,
TermType type,
bool negative,
bool inverse
)
new :
items : MItem[] *
text : string *
value : Nullable<float> *
type : TermType *
negative : bool *
inverse : bool -> MItem
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.