Click or drag to resize

DurationFunctionThresholdDetailsConvergenceCriteria Property

Gets or sets the criteria used for convergence when searching for a precise crossing of this threshold. When set to Variable, the CrossingDurationTolerance is used. When set to Function, the ValueTolerance is used. Convergence can also be allowed on Either criteria or Both criteria can be required. By default, this property has the value Variable.

Namespace:  AGI.Foundation.NumericalMethods
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public ConvergenceCriteria ConvergenceCriteria { get; set; }

Property Value

Type: ConvergenceCriteria
See Also