Click or drag to resize
ODESetMaximumStepsize Method
Sets the maximum internal step size.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual void SetMaximumStepsize(
	double stepsize
)

Parameters

stepsize
Type: SystemDouble
A double specifying the maximum internal step size. stepsize must be greater than zero.
Remarks

Default: See SetMaximumStepsize in the subclasses for the default values used.

See Also