Re: NSNumber : method to return pointer to represented value
Re: NSNumber : method to return pointer to represented value
- Subject: Re: NSNumber : method to return pointer to represented value
- From: "Gary L. Wade" <email@hidden>
- Date: Sat, 22 Feb 2014 10:57:46 -0800
- Thread-topic: NSNumber : method to return pointer to represented value
NSDecimal is a structure with associated C-level functions that could
theoretically work with the not-yet-supported floating point decimal types
in LLVM that were in later versions of GCC whereas NSDecimalNumber is an
Objective C class subclassed from NSNumber that provides NSDecimal
encapsulation.
--
Gary L. Wade
http://www.garywade.com/
On 2/22/2014 7:33 AM, "email@hidden" <email@hidden>
wrote:
>Hence NSDecimal -getValue: populates a pointer to a double.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden