org.rococoa.cocoa.foundation
Interface FoundationLibrary.NSCalculationError
- Enclosing interface:
- FoundationLibrary
public static interface FoundationLibrary.NSCalculationError
native declaration : /System/Library/Frameworks/Foundation.framework/Headers/NSDecimal.h
enum values
NSCalculationNoError
static final int NSCalculationNoError
- See Also:
- Constant Field Values
NSCalculationLossOfPrecision
static final int NSCalculationLossOfPrecision
- See Also:
- Constant Field Values
NSCalculationUnderflow
static final int NSCalculationUnderflow
- See Also:
- Constant Field Values
NSCalculationOverflow
static final int NSCalculationOverflow
- See Also:
- Constant Field Values
NSCalculationDivideByZero
static final int NSCalculationDivideByZero
- See Also:
- Constant Field Values
Copyright © 2009. All Rights Reserved.