MItemGetVariablesList Method

Getting a list of variables represented in the mathematical expression.

Definition

Namespace: SMath.Math.Symbolic
Assembly: SMath.Math.Symbolic (in SMath.Math.Symbolic.dll) Version: 1.35.9018.0
C#
public void GetVariablesList(
	ref List<MItem> variables
)

Parameters

variables  ListMItem
List of variables represented in the mathematical expression.

See Also