On 18 Jun., 09:47, Angelo Chen <angelochen...@gmail.com> wrote:
> Hi,
>
> you are correct, I have this need that the double contains a time
> interval in seconds since jan, 1, 2001, so the double will not have a
> fractional part, ...
If there is no fractional part I would suggest you don't
use double at all. Use some integer type like 'long'.
Greetings Thomas Mertes
Seed7 Homepage:
http://seed7.sourceforge.net
Seed7 - The extensible programming language: User defined statements
and operators, abstract data types, templates without special
syntax, OO with interfaces and multiple dispatch, statically typed,
interpreted or compiled, portable, runs under linux/unix/windows.