FloatingPointPrecision Enum
Defines levels of precision for comparing floating point values based on usage scenarios.
public enum FloatingPointPrecision
Remarks
Each enumerated value is assigned an integer which indicates the number of digits to be used when rounding values for comparison.
Fields
Name | Description |
---|---|
Default | The default precision for general purpose comparisons of floating-point values. |
UserInterface | The precision useful for laying out user interface elements (e.g., size and location). |