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