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.2.419.0 (24.2.419.0)
Syntax public 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:
KindOfStepSizeSee Also