Changes

Jump to: navigation, search

Working with Variables and Constants in Objective-C

11 bytes removed, 21:18, 1 February 2016
m
Text replacement - "<google>BUY_OBJC_BOTTOM</google>" to "<htmlet>objc</htmlet>"
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 any way. After the type cast, ''balance'' is still a ''double'' and still contains the value 100.54.
<googlehtmlet>BUY_OBJC_BOTTOMobjc</googlehtmlet>
<hr>

Navigation menu