Meta.Numerics Library
AbsolutePrecision Property
Meta.NumericsMeta.Numerics.FunctionsEvaluationSettingsAbsolutePrecision
Gets or sets the targeted absolute precision.
Declaration Syntax
C#Visual BasicVisual C++F#
public double AbsolutePrecision { get; set; }
Public Property AbsolutePrecision As Double
	Get
	Set
public:
property double AbsolutePrecision {
	double get ();
	void set (double value);
}
member AbsolutePrecision : float with get, set