NSNumberFormatterRoundingMode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An enumeration of rounding modes that can be applied to numbers.
public enum NSNumberFormatterRoundingMode
type NSNumberFormatterRoundingMode =
- Inheritance
-
NSNumberFormatterRoundingMode
Fields
Name | Value | Description |
---|---|---|
Ceiling | 0 | |
Floor | 1 | |
Down | 2 | |
Up | 3 | |
HalfEven | 4 | |
HalfDown | 5 | |
HalfUp | 6 |