MItemCreate(MItem) 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 item
)

Parameters

item  MItem
Prototype of the element being created.

Return Value

MItem
Returns the created mathematical element.

See Also