Return to Snippet

Revision: 33064
at October 5, 2010 18:24 by tenveer


Initial Code
-(float) getValue {}

it will return 0 value if -(float) getValue; is not added into the .h file;

Solution:
Add -(float) getValue; in the .h file of the function definition.

Initial URL


Initial Description


Initial Title
return a float value from a function

Initial Tags


Initial Language
Objective C