Click or drag to resize
OdeAdamsGearSetMaximumStepsize 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.
Remarks

Default: stepsize = 1.7976931348623157e+308

.
See Also