Changes

Jump to: navigation, search

Objective-C Operators and Expressions

53 bytes added, 14:37, 7 October 2009
Objective-C Arithmetic Operators
</pre>
Whilst the above code is perfectly valid it is important to be aware that Objective-C# does not evaluate the expression from left to right or right to left, but rather in an order specified by the precedence of the various operators. ''Operator precedence'' is an important topic to understand since it impacts the result of a calculation and will be covered in detail the next sectionchapter entitled [[Objective-C 2.0 Operator Precedence]].
== C# Operator Precedence ==

Navigation menu