StoreIsDefined(IPrimitive, Boolean) Method

Checks if element of mathematical expression is defined.

Definition

Namespace: SMath.Math
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.2.9018.0
C#
public bool IsDefined(
	IPrimitive value,
	bool recursiveCheck
)

Parameters

value  IPrimitive
Mathematical expression to check for definitions.
recursiveCheck  Boolean
Determines whether check for definitions must be recursive or not.

Return Value

Boolean
Returns a result of check.

Remarks

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.

See Also