I know this is C++ but I have a question regarding a syntax in C#?

Jul 10, 2013 at 12:21am
What does it mean if you have this in a C# code =-?

Can please someone explain to me the function this does?
Thanks in advance :)
Jul 10, 2013 at 12:25am
closed account (N36fSL3A)
... In C++ it means you're subtracting a value from the variables original value. I'm sure it's the same in C#.
Jul 10, 2013 at 12:32am
But correct me if I'm wrong does it mean the same thing as -=? or no??
Jul 10, 2013 at 12:33am
closed account (Dy7SLyTq)
thats -= fred
Jul 10, 2013 at 12:59am
Thank you DTScode for the help in the other post. Fredbill30 thanks for the attempt, I really appreciate it. But I found the answer, I was looking for. Thanks to all once again
Topic archived. No new replies allowed.