c# turn positive number negative code example Example 1: find negative version of integer in c# myInt = myInt * -1 Example 2: c# make a negative number positive myInt = myInt * -1