scale down a variable value?
in
Programming Questions
•
1 year ago
Hi,
I'm pretty new processing but would really like to know how to do this:
float aaa = 2
float aaa = aaa / 2
ie, re-assign the value of a float using its initial value as a basis.
Any help would be great.
Many thanks
1