How can I set priority for custom operators? (if that is possible)
like * or / has higher priority then + or - I want to add such rule to my operators.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Precedence is decided by the table at the bottom of this page: http://msdn.microsoft.com/en-us/library/dd233228.aspx
In particular the order is :
From the same page: