Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Local variable
Message
From
10/01/2009 21:26:02
 
 
To
10/01/2009 21:21:39
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Title:
Environment versions
Environment:
C# 3.0
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01372518
Message ID:
01372623
Views:
17
Hi,
Sorry for confusing.
    public bool MyMethodA()
    {
        bool retVal = false;
        
        retVal = (this.GetBalance() > 0);                  // comparison of something

       retVal = retVal && this.MethodB();
       return retVal;
    }
I am not the most powerful man in this world.
I am not the worst man in this world either.
I just as same as all of you.
I still need to learn from my mistakes...
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform