org.rococoa.cocoa.foundation
Interface FoundationLibrary.NSRoundingMode

Enclosing interface:
FoundationLibrary

public static interface FoundationLibrary.NSRoundingMode

native declaration : /System/Library/Frameworks/Foundation.framework/Headers/NSDecimal.h
enum values


Field Summary
static int NSRoundBankers
           
static int NSRoundDown
           
static int NSRoundPlain
           
static int NSRoundUp
           
 

Field Detail

NSRoundPlain

static final int NSRoundPlain
See Also:
Constant Field Values

NSRoundDown

static final int NSRoundDown
See Also:
Constant Field Values

NSRoundUp

static final int NSRoundUp
See Also:
Constant Field Values

NSRoundBankers

static final int NSRoundBankers
See Also:
Constant Field Values


Copyright © 2009. All Rights Reserved.