MItem(MItem) Constructor

Math element constructor. Copies existing element content.

Definition

Namespace: SMath.Math.Symbolic
Assembly: SMath.Math.Symbolic (in SMath.Math.Symbolic.dll) Version: 1.35.9018.0
C#
public MItem(
	MItem value
)

Parameters

value  MItem
Math element to copy.

See Also