AdaptiveNumericalIntegrator.StepSizeBehavior 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: 25.1.421.0 (25.1.421.0)
Syntaxpublic KindOfStepSize StepSizeBehavior { get; set; }
Public Property StepSizeBehavior As KindOfStepSize
Get
Set
public:
property KindOfStepSize StepSizeBehavior {
KindOfStepSize get ();
void set (KindOfStepSize value);
}
member StepSizeBehavior : KindOfStepSize with get, set
Property Value
Type:
KindOfStepSize
See Also