Changes

Jump to: navigation, search

Working with Variables and Constants in Objective-C

1 byte added, 19:51, 17 November 2009
no edit summary
</pre>
It is important to note that type casting only changes the way the value is read from the variable on that one occasion. It does not change the variable type or the value stored in in any way. After the type cast, ''balance'' is still a ''double'' and still contains the value 100.54.

Navigation menu