MItemContainsVariable(ListMItem) Method
Checking a symbolic mathematical expression for the presence of variables in it.
Namespace: SMath.Math.SymbolicAssembly: SMath.Math.Symbolic (in SMath.Math.Symbolic.dll) Version: 1.35.9018.0
public bool ContainsVariable(
List<MItem> variables
)
Public Function ContainsVariable (
variables As List(Of MItem)
) As Boolean
public:
bool ContainsVariable(
List<MItem^>^ variables
)
member ContainsVariable :
variables : List<MItem> -> bool
- variables ListMItem
-
List of variables for verification.
Boolean
Returns the result of checking a mathematical expression for the presence of at least one variable from the passed list.