Package apple.foundation.enums
Class NSCalculationError
- java.lang.Object
-
- apple.foundation.enums.NSCalculationError
-
public final class NSCalculationError extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longDivideByZerostatic longLossOfPrecisionResult lost precisionstatic longNoErrorstatic longOverflowResult exceeds possible representationstatic longUnderflowResult became 0
-
-
-
Field Detail
-
NoError
public static final long NoError
- See Also:
- Constant Field Values
-
LossOfPrecision
public static final long LossOfPrecision
Result lost precision- See Also:
- Constant Field Values
-
Underflow
public static final long Underflow
Result became 0- See Also:
- Constant Field Values
-
Overflow
public static final long Overflow
Result exceeds possible representation- See Also:
- Constant Field Values
-
DivideByZero
public static final long DivideByZero
- See Also:
- Constant Field Values
-
-