The gradient tolerance.
Namespace:
Imsl.Stat
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public virtual double GradientTolerance { set; } |
Visual Basic (Declaration) |
---|
Public Overridable WriteOnly Property GradientTolerance As Double |
Visual C++ |
---|
public: virtual property double GradientTolerance { void set (double value); } |
Field Value
A double specifying the gradient tolerance used to compute the gradient.
Remarks
The tolerance must be greater than or equal to zero. By default, GradientTolerance= 6.055e-6.
Exceptions
Exception | Condition |
---|---|
System..::.ArgumentException | is thrown if GradientTolerance is set less than 0 |