GlobalProfile.IsBuiltInVariable Method

Detects if variable is built-in for SMath Studio.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.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