AdaptiveNumericalIntegratorBoundAndTruncateStepSize Method |
Namespace:
AGI.Foundation.NumericalMethods.Advanced
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax protected double BoundAndTruncateStepSize(
double stepSize
)
Protected Function BoundAndTruncateStepSize (
stepSize As Double
) As Double
protected:
double BoundAndTruncateStepSize(
double stepSize
)
member BoundAndTruncateStepSize :
stepSize : float -> float
Parameters
- stepSize
- Type: SystemDouble
The size of the previous step to bound and truncate.
Return Value
Type:
DoubleThe new value within the minimum and maximum and only containing significant digits to the specified order.
See Also