Click or drag to resize

StoppablePropagator.StoppingConditionEvaluators Property

Gets a read only collection of the stopping conditions that will be used by this propagator.

Namespace:  AGI.Foundation.Propagators
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public ReadOnlyCollection<StoppingConditionEvaluator> StoppingConditionEvaluators { get; }

Property Value

Type: ReadOnlyCollection<StoppingConditionEvaluator>
See Also