MinUnconAccuracy Property |
The required absolute accuracy in the final value returned by the
ComputeMin method.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public double Accuracy { get; set; }
Public Property Accuracy As Double
Get
Set
public:
property double Accuracy {
double get ();
void set (double value);
}
member Accuracy : float with 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