Click or drag to resize
ZerosFunctionMinimumSeparation Property
Sets the minimum separation between accepted roots.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual double MinimumSeparation { 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