Click or drag to resize

PressureMinPrecision Field

Represents the minimum precision with which a value can be displayed.

Namespace: InnerDrive.Quantitative
Assembly: InnerDrive.Quantitative (in InnerDrive.Quantitative.dll) Version: 5.0.8475.0
Syntax
C#
[JsonIgnoreAttribute]
public const int MinPrecision = 15

Field Value

Int32
Remarks
MinPrecision is a positive number because Precision represents a power of 10. It is equal to 15, representing a minimum precision of 10^-15.
See Also