NSCalculationError 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 whose values indicate a specific calculation error (e.g., underflow, division by zero, loss of precision).
public enum NSCalculationError
type NSCalculationError =
- Inheritance
-
NSCalculationError
Fields
Name | Value | Description |
---|---|---|
None | 0 | |
PrecisionLoss | 1 | |
Underflow | 2 | |
Overflow | 3 | |
DivideByZero | 4 |