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

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

Parameters

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

Default: stepsize = 2.

See Also