MItemGetVariablesList Method
Getting a list of variables represented in the mathematical
expression.
Namespace: SMath.Math.SymbolicAssembly: SMath.Math.Symbolic (in SMath.Math.Symbolic.dll) Version: 1.35.9018.0
public void GetVariablesList(
ref List<MItem> variables
)
Public Sub GetVariablesList (
ByRef variables As List(Of MItem)
)
public:
void GetVariablesList(
List<MItem^>^% variables
)
member GetVariablesList :
variables : List<MItem> byref -> unit
Parameters
- variables ListMItem
-
List of variables represented in the mathematical expression.