Click or drag to resize

PressureMaxPrecision Field

Represents the maximum 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 MaxPrecision = -15

Field Value

Int32
Remarks
MaxPrecision is equal to 15, representing a maximum precision of 10^15.
See Also