Click or drag to resize

SpeedAccuracy Property

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

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

Property Value

Double

Implements

IMeasurableAccuracy
See Also