PrimitivesCollection.Contains(ISessionProfile, IPrimitive, PluginInfo, TermInfo, IEvaluationActionContext, Boolean) Method

Tries to find plug-in by specified primitive.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
C#
public abstract bool Contains(
	ISessionProfile sessionProfile,
	IPrimitive value,
	out PluginInfo pluginInfo,
	out TermInfo termInfo,
	IEvaluationActionContext ctx,
	bool standard = true
)

Parameters

sessionProfile  ISessionProfile
Profile of the current session.
value  IPrimitive
Primitive to search plug-in for.
pluginInfo  PluginInfo
Plug-in which allows to handle specified Term calculation.
termInfo  TermInfo
Term related information.
ctx  IEvaluationActionContext
Context of the evaluation action.
standard  Boolean  (Optional)
Defines what options to use during look up.

Return Value

Boolean
Return plug-in to use for handling calculation of the Term.

See Also