TermInfo.IsPreserved Method

Checks if Term is defined in one of the loaded plug-ins or is it built-in primitive.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
C#
public static bool IsPreserved(
	SessionProfile sessionProfile,
	Term value,
	out TermInfo termInfo,
	bool standard
)

Parameters

sessionProfile  SessionProfile
Profile of the current session.
value  Term
Expression component to find definition for.
termInfo  TermInfo
Detailed information about primitive if it is found.
standard  Boolean
Defines what options to use during look up.

Return Value

Boolean
Returns a result of check.

See Also