EvaluationSettingsRelativePrecision Property |
Gets or sets targeted relative precision.
Namespace:
Meta.Numerics.Analysis
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax 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
Type:
DoubleThe relative precision to which the result should be evaluated, which must be between 0 and 1.
See Also