FET Forum

FET Support (English) => Programming Help => Topic started by: Devrim Altınkurt on May 09, 2016, 12:35:46 AM

Title: A simple question
Post by: Devrim Altınkurt on May 09, 2016, 12:35:46 AM
Hi,

There is something I wondered.
I want to ask a simple question. :)

why is your day&hour matrix like this?

h1  h2  h3  h4   h5   h6
h7  h8  h9  h10 h11 h12
...

whay didn't you choose that:

h1 h7...
h2 h8...
h3 h9...
h4 h10...
h5 h11...
h6 h12...
...

best regards..
:)
Title: Re: A simple question
Post by: Liviu Lalescu on May 09, 2016, 06:49:33 AM
Hello,

It was chosen like that completely by chance :)