Skip navigation.
 
mlRe: float[4][3] into NSValue
FROM : Paul Sargent
DATE : Tue Nov 20 20:37:47 2007

On 20 Nov 2007, at 19:16, Lorenzo wrote:

> Can I store a float[4][3] into an NSValue object?
> Or can I store my own struct in an NSValue?
> If yes, how to do that?
> And how to get back the float[4][3] from the NSValue?


No, NSValues are for single values, not arrays of them.

If you're just looking for a way to encapsulate your array and pass it 
around, try NSData.

Related mailsAuthorDate
mlfloat[4][3] into NSValue Lorenzo Nov 20, 20:16
mlRe: float[4][3] into NSValue Hank Heijink Nov 20, 20:37
mlRe: float[4][3] into NSValue Paul Sargent Nov 20, 20:37
mlRe: float[4][3] into NSValue Allen Smith Nov 20, 20:57
mlRe: float[4][3] into NSValue Paul Sargent Nov 20, 20:59
mlRe: float[4][3] into NSValue Lorenzo Nov 20, 21:14
mlRe: float[4][3] into NSValue Nick Zitzmann Nov 20, 21:32
mlRe: float[4][3] into NSValue David Spooner Nov 20, 21:50
mlRe: float[4][3] into NSValue Ricky Sharp Nov 20, 22:42
mlRe: float[4][3] into NSValue David Spooner Nov 21, 01:04