IIteration |
public interface IIterationStopCriterion<T> where T : struct, new(), IEquatable<T>, IFormattable
The IIterationStopCriterionT type exposes the following members.
| Name | Description | |
|---|---|---|
| Clone | Creates a copy of the stop criterion. | |
| DetermineStatus | Determines the status of the iterative calculation based on the stop criteria stored by the current IIterationStopCriterion. Status is set to Status field of current object. | |
| Reset | Resets the IIterationStopCriterion to the pre-calculation state. |