Uses of Class
org.rococoa.cocoa.carboncore.decform

Packages that use decform
org.rococoa.cocoa.carboncore   
 

Uses of decform in org.rococoa.cocoa.carboncore
 

Subclasses of decform in org.rococoa.cocoa.carboncore
static class decform.ByReference
           
static class decform.ByValue
           
 

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

Methods in org.rococoa.cocoa.carboncore with parameters of type decform
 void CarbonCoreLibrary.dec2str(decform f, decimal d, ByteBuffer s)
          dec2str()

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in MathLib 1.0 and later
Original signature : void dec2str(const decform*, const decimal*, char*)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/CarbonCore.framework/Headers/fp.h:1363
 void CarbonCoreLibrary.dec2str(decform f, decimal d, Pointer s)
          Deprecated. use the safer methods CarbonCoreLibrary.dec2str(org.rococoa.cocoa.carboncore.decform, org.rococoa.cocoa.carboncore.decimal, java.nio.ByteBuffer) and CarbonCoreLibrary.dec2str(org.rococoa.cocoa.carboncore.decform, org.rococoa.cocoa.carboncore.decimal, com.sun.jna.Pointer) instead
 void CarbonCoreLibrary.num2dec(decform f, double x, decimal d)
          num2dec()

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in MathLib 1.0 and later
Original signature : void num2dec(const decform*, double_t, decimal*)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/CarbonCore.framework/Headers/fp.h:1341
 void CarbonCoreLibrary.num2decl(decform f, double x, decimal d)
          num2decl()

Availability:
Mac OS X: not available
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in MathLib 1.0 and later or as macro/inline
Original signature : void num2decl(const decform*, long double, decimal*)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/CarbonCore.framework/Headers/fp.h:2327
 



Copyright © 2009. All Rights Reserved.