StoreIsDefined(IPrimitive) Method

Note: This API is now obsolete.
Checks if every element of mathematical expression is defined. Not recursive.

Definition

Namespace: SMath.Math
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.2.9018.0
C#
[ObsoleteAttribute("Use IsDefined(IPrimitive[], bool) with false set for recursiveCheck attribute instead.")]
public bool IsDefined(
	params IPrimitive[] values
)

Parameters

values  IPrimitive
Mathematical expression to check for definitions.

Return Value

Boolean
Returns a result of check.

Remarks

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.

See Also