NSRoundingMode 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 values that specify rounding behaviors for NSDecimals.
public enum NSRoundingMode
type NSRoundingMode =
- Inheritance
-
NSRoundingMode
Fields
Name | Value | Description |
---|---|---|
Plain | 0 | |
Down | 1 | |
Up | 2 | |
Bankers | 3 |