== ++ >>
Author: magicgb
Creation Date: 12/15/2009 6:50 AM
profile picture

magicgb

#1

What do these symbols mean as compared to the single versions: = + > ?
profile picture

dan_rozenberg

#2
"=" assigns a value to a variable
"==" compares equality between variables (returns true or false)
">" Compares if a variable it bigger then another (returns true or false)
">>" shifts(delays) a DataSeries to the right
"++" increments 1 to a variable.
This website uses cookies to improve your experience. We'll assume you're ok with that, but you can opt-out if you wish (Read more).