StoreIsDefined(IPrimitive, Boolean) Method
Checks if every element of mathematical expression is defined.
Namespace: SMath.MathAssembly: SMath.Controls (in SMath.Controls.dll) Version: 1.2.9018.0
public bool IsDefined(
IPrimitive[] values,
bool recursiveCheck
)
Public Function IsDefined (
values As IPrimitive(),
recursiveCheck As Boolean
) As Boolean
public:
bool IsDefined(
array<IPrimitive^>^ values,
bool recursiveCheck
)
member IsDefined :
values : IPrimitive[] *
recursiveCheck : bool -> bool
- values IPrimitive
-
Mathematical expression to check for definitions.
- recursiveCheck Boolean
-
Determines whether check for definitions must be recursive or not.
Boolean
Returns a result of check.
Determines definition for every element into expression within public collection of definitions of current context,
within a list of built-in functions and variables and entries handled by loaded plug-ins.