MinConNLPFunctionPrecision Property |
The relative precision of the function evaluation routine.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public double FunctionPrecision { get; set; }
Public Property FunctionPrecision As Double
Get
Set
public:
property double FunctionPrecision {
double get ();
void set (double value);
}
member FunctionPrecision : float with get, set
Property Value
Type:
Double
A
double scalar value specifying the relative precision of the
function evaluation routine.
Exceptions Exception | Condition |
---|
ArgumentException |
is thrown if FunctionPrecision is set to a value less than or equal to 0.0
|
Remarks
By default, FunctionPrecision is set to 2.2e-16.
See Also