EvaluationContext.CheckBreakpoint Method

Checks for the required interruption in the current calculation process.

Definition

Namespace: SMath.Math
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
C#
public void CheckBreakpoint(
	Store context,
	Entry value,
	int iter
)

Parameters

context  Store
Context of the calculation.
value  Entry
Math expression element to check.
iter  Int32
Current calculation stack deepness.

Exceptions

InterruptCalculationExceptionFires when the calculation termination requested.

See Also