I'm more than a little bit of a brainlet, so I don't know the actual TERM for this kind of number that I'm trying to puzzle out...
In this 2d array, each column will be pulled elsewhere in order to modify 5 numbers, and it modifies them with each row. So if it pulled the first entry there, then the first four numbers would be unchanged (modified by 0) and the fifth number would be increased by 1.
But in the second row, at the end there, I'm trying to put a type of number that will always move a total towards 0. So if I put a 4 there, and the number it was modifying was a 5, then it would SUBTRACT 4 from that to move it closer to 0, and if the number being modified was -5, then it would ADD 4 to get it closer to 0.
But I don't even know if there's an actual fucking TERM FOR THIS THING AHUGHGHG. So my question to you nerds is what the fuck do you even call this for me to google to figure it out?
In this 2d array, each column will be pulled elsewhere in order to modify 5 numbers, and it modifies them with each row. So if it pulled the first entry there, then the first four numbers would be unchanged (modified by 0) and the fifth number would be increased by 1.
But in the second row, at the end there, I'm trying to put a type of number that will always move a total towards 0. So if I put a 4 there, and the number it was modifying was a 5, then it would SUBTRACT 4 from that to move it closer to 0, and if the number being modified was -5, then it would ADD 4 to get it closer to 0.
But I don't even know if there's an actual fucking TERM FOR THIS THING AHUGHGHG. So my question to you nerds is what the fuck do you even call this for me to google to figure it out?