AdaptiveNumericalIntegrator.MaximumStepSize Property |
Namespace:
AGI.Foundation.NumericalMethods.Advanced
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic double MaximumStepSize { get; set; }
Public Property MaximumStepSize As Double
Get
Set
public:
property double MaximumStepSize {
double get ();
void set (double value);
}
member MaximumStepSize : float with get, set
Property Value
Type:
Double
See Also