Can I safely use CGFloat to hold Float64 or Float32 values?

Posted by mystify on Stack Overflow See other posts from Stack Overflow or by mystify
Published on 2010-05-02T12:51:23Z Indexed on 2010/05/02 12:57 UTC
Read the original article Hit count: 181

Filed under:
|
|

I have an CGFloat property and sometimes I get a return value of type Float64 or also of type Float32. Could I store both safely to CGFloat?

© Stack Overflow or respective owner

Related posts about iphone

Related posts about objective-c