NSCalculationError 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
列舉,其值表示特定計算錯誤 (例如下溢、除以零、精確度損失) 。
public enum NSCalculationError
type NSCalculationError =
- 繼承
-
NSCalculationError
欄位
名稱 | 值 | Description |
---|---|---|
None | 0 | |
PrecisionLoss | 1 | |
Underflow | 2 | |
Overflow | 3 | |
DivideByZero | 4 |