Click or drag to resize

AdaptiveNumericalIntegratorStepSizeBehavior Property

Gets or sets whether to avoid adapting the step size and instead fix the value of CurrentStepSize.

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

Property Value

Type: KindOfStepSize
See Also