public double Precision { get; }
Public ReadOnly Property Precision As Double
Get
public:
property double Precision {
double get ();
}
member Precision : float with get
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).