StoreIsDefined(IPrimitive, Boolean) Method
Checks if element of mathematical expression is defined.
Namespace: SMath.MathAssembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
public bool IsDefined(
IPrimitive value,
bool recursiveCheck
)
Public Function IsDefined (
value As IPrimitive,
recursiveCheck As Boolean
) As Boolean
public:
bool IsDefined(
IPrimitive^ value,
bool recursiveCheck
)
member IsDefined :
value : IPrimitive *
recursiveCheck : bool -> bool
- value 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 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.