Click or drag to resize
FeynmanKacMaximumStepsize Property
The maximum internal step size used by the integrator.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public double MaximumStepsize { get; set; }

Property Value

Type: Double
A positive scalar of type double, the maximum internal step size.

Default: MaximumStepsize = Double.MaxValue, the largest possible machine number.

See Also