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

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 :)
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#.
But correct me if I'm wrong does it mean the same thing as -=? or no??
closed account (Dy7SLyTq)
thats -= fred
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.