TemperatureAccuracy Property

Represents the degree confidence that the quantity represented equals the quantity actually measured, controlling how the CompareTo<T> method behaves.

Definition

Namespace: InnerDrive.Quantitative
Assembly: InnerDrive.Quantitative (in InnerDrive.Quantitative.dll) Version: 5.2.9017.0
C#
[JsonIgnoreAttribute]
public double Accuracy { get; set; }

Property Value

Double

Implements

IMeasurableAccuracy

See Also