The step tolerance.

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

Syntax

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

Field Value

A double scalar value specifying the step tolerance used to step between two points.

Remarks

The step tolerance must be greater than or equal to zero. bY default StepTolerance = 3.667e-11.

Exceptions

ExceptionCondition
System..::.ArgumentException is thrown if StepTolerance is set less than 0

See Also