MultiExtremumPrecision Property |
Gets the estimated precision of the function value.
Namespace:
Meta.Numerics.Analysis
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public double Precision { get; }
Public ReadOnly Property Precision As Double
Get
public:
property double Precision {
double get ();
}
member Precision : float with get
Property Value
Type:
DoubleRemarks This should be understood as an estimate of the accuracy of Value. It should not
be interpreted as a two-sided error bar, because the true minimum (maximum) value, if different,
can only be smaller (larger).
See Also