StoreIsDefined(IPrimitive) Method
Note: This API is now obsolete.
Checks if every element of mathematical expression is defined. Not recursive.
Namespace: SMath.MathAssembly: SMath.Controls (in SMath.Controls.dll) Version: 1.2.9018.0
[ObsoleteAttribute("Use IsDefined(IPrimitive[], bool) with false set for recursiveCheck attribute instead.")]
public bool IsDefined(
params IPrimitive[] values
)
<ObsoleteAttribute("Use IsDefined(IPrimitive[], bool) with false set for recursiveCheck attribute instead.")>
Public Function IsDefined (
ParamArray values As IPrimitive()
) As Boolean
public:
[ObsoleteAttribute(L"Use IsDefined(IPrimitive[], bool) with false set for recursiveCheck attribute instead.")]
bool IsDefined(
... array<IPrimitive^>^ values
)
[<ObsoleteAttribute("Use IsDefined(IPrimitive[], bool) with false set for recursiveCheck attribute instead.")>]
member IsDefined :
values : IPrimitive[] -> bool
- values IPrimitive
-
Mathematical expression to check for definitions.
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.