Uses of Class
org.rococoa.cocoa.foundation.NSDecimal

Packages that use NSDecimal
org.rococoa.cocoa.foundation   
org.rococoa.cocoa.foundation.categories   
 

Uses of NSDecimal in org.rococoa.cocoa.foundation
 

Subclasses of NSDecimal in org.rococoa.cocoa.foundation
static class NSDecimal.ByReference
           
static class NSDecimal.ByValue
           
 

Methods in org.rococoa.cocoa.foundation that return NSDecimal
static NSDecimal[] NSDecimal.newArray(int arrayLength)
           
 

Methods in org.rococoa.cocoa.foundation with parameters of type NSDecimal
 int FoundationLibrary.NSDecimalAdd(NSDecimal result, NSDecimal leftOperand, NSDecimal rightOperand, int roundingMode)
           
 void FoundationLibrary.NSDecimalCompact(NSDecimal number)
          Original signature : void NSDecimalCompact(NSDecimal*)
native declaration : /System/Library/Frameworks/Foundation.framework/Headers/NSDecimal.h:59
 int FoundationLibrary.NSDecimalCompare(NSDecimal leftOperand, NSDecimal rightOperand)
           
 void FoundationLibrary.NSDecimalCopy(NSDecimal destination, NSDecimal source)
          Original signature : void NSDecimalCopy(NSDecimal*, const NSDecimal*)
native declaration : /System/Library/Frameworks/Foundation.framework/Headers/NSDecimal.h:57
 int FoundationLibrary.NSDecimalDivide(NSDecimal result, NSDecimal leftOperand, NSDecimal rightOperand, int roundingMode)
           
 int FoundationLibrary.NSDecimalMultiply(NSDecimal result, NSDecimal leftOperand, NSDecimal rightOperand, int roundingMode)
           
 int FoundationLibrary.NSDecimalMultiplyByPowerOf10(NSDecimal result, NSDecimal number, short power, int roundingMode)
           
 int FoundationLibrary.NSDecimalNormalize(NSDecimal number1, NSDecimal number2, int roundingMode)
           
 int FoundationLibrary.NSDecimalPower(NSDecimal result, NSDecimal number, NSUInteger power, int roundingMode)
           
 void FoundationLibrary.NSDecimalRound(NSDecimal result, NSDecimal number, NSInteger scale, int roundingMode)
          Original signature : void NSDecimalRound(NSDecimal*, const NSDecimal*, NSInteger, NSRoundingMode)
native declaration : /System/Library/Frameworks/Foundation.framework/Headers/NSDecimal.h:64
 NSString FoundationLibrary.NSDecimalString(NSDecimal dcm, ObjCObject locale)
          Original signature : NSString* NSDecimalString(const NSDecimal*, id)
native declaration : /System/Library/Frameworks/Foundation.framework/Headers/NSDecimal.h:88
 int FoundationLibrary.NSDecimalSubtract(NSDecimal result, NSDecimal leftOperand, NSDecimal rightOperand, int roundingMode)
           
 

Uses of NSDecimal in org.rococoa.cocoa.foundation.categories
 

Methods in org.rococoa.cocoa.foundation.categories with parameters of type NSDecimal
 boolean NSDecimalNumberScanning.scanDecimal(NSDecimal dcm)
          Original signature : -(BOOL)scanDecimal:(NSDecimal*)
from NSDecimalNumberScanning native declaration : NSDecimalNumber.h:148
 



Copyright © 2009. All Rights Reserved.