I’m not Python developer, but I need to translate a script from that language into C#. So far so good, but… What does this statement do? I tried to look for it in the internet, but nothing found.
self.bands = 5
self.ci = [0] * self.bands
Could any1 describe what happens here?
Thx in advance!
It multiplies the list of single zero five times:
Could be written as: