Hello Chris
Le 15/02/13 16:58, Mattmann, Chris A (388J) a écrit :
* +1 to using ranges instead of discrete values per vector. That would
mean,
e.g., for T = {t1, t2, ... , tN}, instead we would have:
T = {[t1s,t1e], [t2s, t2e], ... , [tNs, tNe]}
Correct?
Yes, this is exactly that. In the projects I have seen up to date, this
really help a lot in avoiding ambiguities.
If so, +1.
Thanks.
* As for the naming, let's be consistent with ISO and call it Interval
then, which is fine.
Cool, I will proceed to renaming then.
Martin