IEvaluationActionContext Interface

Encapsulates methods and properties to be used as a context during evaluation.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
C#
public interface IEvaluationActionContext

Properties

IsDefProcessing Determines if action in the scope of current context was initiated for calculation of definition.
IsUnderVectorization Determines whether current calculation iteration started by the vectorization function.

Methods

Contains(IPrimitive[]) Determines if current context contains definition of specified primitives.
Contains(IPrimitive, Definition) Determines if current context contains definition of the Term.

See Also