Re: float from NSData
Re: float from NSData
- Subject: Re: float from NSData
- From: Michael Vannorsdel <email@hidden>
- Date: Tue, 3 Mar 2009 10:14:54 -0700
float f;
[myData getBytes:&f length:sizeof(float)];
On Mar 3, 2009, at 9:51 AM, Jay Kickliter wrote:
hat's what I'm doing. But don't understand how to get the 4 bytes I
have in NSData into a float variable.
_______________________________________________
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