EvaluationSettingsRelativePrecision Property
Gets or sets targeted relative precision.
Namespace: Meta.Numerics.AnalysisAssembly: Meta.Numerics (in Meta.Numerics.dll) Version: 4.2.0+6d77d64445f7d5d91b12e331399c4362ecb25333
public double RelativePrecision { get; set; }
Public Property RelativePrecision As Double
Get
Set
public:
property double RelativePrecision {
double get ();
void set (double value);
}
member RelativePrecision : float with get, set
Property Value
DoubleThe relative precision to which the result should be evaluated, which must be between 0 and 1.