FeynmanKacMaxSteps Property |
The maximum number of internal steps allowed.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public int MaxSteps { get; set; }
Public Property MaxSteps As Integer
Get
Set
public:
property int MaxSteps {
int get ();
void set (int value);
}
member MaxSteps : int with get, set
Property Value
Type:
Int32
An
int scalar specifying the maximum number of internal
steps allowed between each output point of the integration.
Default: MaxSteps = 500000.
See Also