ZerosFunctionMinimumSeparation Property |
Sets the minimum separation between accepted roots.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual double MinimumSeparation { get; set; }
Public Overridable Property MinimumSeparation As Double
Get
Set
public:
virtual property double MinimumSeparation {
double get ();
void set (double value);
}
abstract MinimumSeparation : float with get, set
override MinimumSeparation : float with get, set
Property Value
Type:
Double
A
double containing the minimum
separation between accepted roots. If two points
satisfy the convergence criteria, but are within
MinimumSeparation of each other, only one
of the roots is accepted.
MinimumSeparation
must be greater than or equal to 0.0.
Default: MinimumSeparation =
1.0e-8/XScale.
See Also