Click or drag to resize

AdaptiveNumericalIntegratorBoundAndTruncateStepSize Method

A method which should be called before updating the CurrentStepSize which will bound the size based on the MinimumStepSize and MaximumStepSize, and will truncate it based on the StepTruncationOrder.

Namespace:  AGI.Foundation.NumericalMethods.Advanced
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
protected double BoundAndTruncateStepSize(
	double stepSize
)

Parameters

stepSize
Type: SystemDouble
The size of the previous step to bound and truncate.

Return Value

Type: Double
The new value within the minimum and maximum and only containing significant digits to the specified order.
See Also