AdaptiveNumericalIntegrator.BoundAndTruncateStepSize Method |
Namespace:
AGI.Foundation.NumericalMethods.Advanced
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxprotected 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: System.Double
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