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.
Namespace: SMath.Math.SymbolicAssembly: SMath.Math.Symbolic (in SMath.Math.Symbolic.dll) Version: 1.35.9018.0
public static MItem Create(
MItem[] items,
string text,
double? value,
TermType type,
bool negative,
bool inverse
)
Public Shared Function Create (
items As MItem(),
text As String,
value As Double?,
type As TermType,
negative As Boolean,
inverse As Boolean
) As MItem
public:
static MItem^ Create(
array<MItem^>^ items,
String^ text,
Nullable<double> value,
TermType type,
bool negative,
bool inverse
)
static member Create :
items : MItem[] *
text : string *
value : Nullable<float> *
type : TermType *
negative : bool *
inverse : bool -> MItem
- 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.
MItem
Mathematical element entity.