MItemContainsVariable(ListMItem) Method

Checking a symbolic mathematical expression for the presence of variables in it.

Definition

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

Parameters

variables  ListMItem
List of variables for verification.

Return Value

Boolean
Returns the result of checking a mathematical expression for the presence of at least one variable from the passed list.

See Also