Click or drag to resize
MinUnconAccuracy Property
The required absolute accuracy in the final value returned by the ComputeMin method.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public double Accuracy { get; set; }

Property Value

Type: Double
A double scalar value specifying the required absolute accuracy in the final value returned by the ComputeMin method.
Remarks
By default, the required accuracy is set to 1.0e-8.
See Also