Re: extracting the mantissa for a NSDecimal
Re: extracting the mantissa for a NSDecimal
- Subject: Re: extracting the mantissa for a NSDecimal
- From: Greg Guerin <email@hidden>
- Date: Fri, 20 Nov 2009 10:53:35 -0700
Tom Bernard wrote:
NSData *anNSDecimalAsData = [NSData dataWithBytes:&anNSDecimal
length:sizeof(NSDecimal)];
gives you an NSData object suitable for an NSDictionary without
having to
muck around with NSDecimal's private fields.
The representation stored in the NSData may be endian-sensitive. If
the NSDictionary contents might cross architectures, that could be
problematic.
-- GG
_______________________________________________
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