Click or drag to resize

NumericalIntegratorStepSizeInformation Property

Gets or sets a value indicating whether the CurrentStepSize was changed from the InitialStepSize and, if so, the nature of how it was changed.

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

Property Value

Type: StepSizeInformation
See Also