The maximum allowable stepsize.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public virtual double MaxStepsize { set; }
Visual Basic (Declaration)
Public Overridable WriteOnly Property MaxStepsize As Double
Visual C++
public:
virtual property double MaxStepsize {
	void set (double value);
}

Field Value

A nonnegative double value specifying the maximum allowable stepsize.

Remarks

The maximum allowable stepsize must be greater than zero.

If this property is not set then the maximum stepsize is set to a default value based on a scaled theta.

Exceptions

ExceptionCondition
System..::.ArgumentException is thrown if MaxStepsize is less than or equal to 0

See Also