SpeedMinPrecision Field

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

Definition

Namespace: InnerDrive.Quantitative
Assembly: InnerDrive.Quantitative (in InnerDrive.Quantitative.dll) Version: 5.2.9017.0
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