Gets or sets the maximum step size.
Namespace:
Extreme.Mathematics.Calculus.OrdinaryDifferentialEquations
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public double MaxStepSize { get; set; }
Public Property MaxStepSize As Double
Get
Set
public:
property double MaxStepSize {
double get ();
void set (double value);
}
member MaxStepSize : float with get, set
Property Value
Type:
Double
Reference