ConverterToMItem(Entry) Method

Converts from Entry to MItem.

Definition

Namespace: SMath.Math.Symbolic
Assembly: SMath.Math.Symbolic (in SMath.Math.Symbolic.dll) Version: 1.73.9126.0
C#
public static MItem ToMItem(
	Entry value
)

Parameters

value  Entry
Value to convert.

Return Value

MItem
Result of conversion.

See Also