Click or drag to resize
OdeRungeKutta Properties

The OdeRungeKutta type exposes the following members.

Properties
  NameDescription
Public propertyFloor
The value used in the norm computation.
(Inherited from ODE.)
Public propertyInitialStepsize
The initial internal step size.
(Inherited from ODE.)
Public propertyMaxSteps
The maximum number of internal steps allowed.
(Inherited from ODE.)
Public propertyMinimumStepsize
The minimum internal step size.
(Inherited from ODE.)
Public propertyNormMethod
The error norm.
(Inherited from ODE.)
Public propertyScale
The scaling factor.
(Inherited from ODE.)
Public propertyTolerance
The error tolerance.
(Inherited from ODE.)
Top
See Also