GlobalProfileIsBuiltInVariable Method

Detects if variable is built-in for SMath Studio.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.2.9018.0
C#
public static bool IsBuiltInVariable(
	IPrimitive value
)

Parameters

value  IPrimitive
Primitive to test.

Return Value

Boolean
Returns true if variable is built-in.

See Also