could someone help me i've been tying ot clarify what this statement does.
its in a indicator i received and i am familiar wit hif statements but it cant understand this one;
I dont understand what the ! does, and because there is no criteria like "if(myint > 50)" does this mean it automatically amuses myint = true?
private bool myint = false;
if(!myint)
{do this}
else
{do this}
thanks you your help in adavance

Comment