From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,350a90791b49a5b1 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-09-30 16:18:51 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: dewar@gnat.com (Robert Dewar) Newsgroups: comp.lang.ada Subject: Re: Time to float?? Date: 30 Sep 2001 16:18:51 -0700 Organization: http://groups.google.com/ Message-ID: <5ee5b646.0109301518.2a49abc4@posting.google.com> References: <3BB78935.33B5C91A@ida.his.se> NNTP-Posting-Host: 205.232.38.14 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1001891931 16423 127.0.0.1 (30 Sep 2001 23:18:51 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 30 Sep 2001 23:18:51 GMT Xref: archiver1.google.com comp.lang.ada:13563 Date: 2001-09-30T23:18:51+00:00 List-Id: Michael Andersson wrote in message news:<3BB78935.33B5C91A@ida.his.se>... > Hi! > Could somebody please show me how to convert Ada.Real_time type Time to > a float so that for example 1.5 seconds is represented as the real > number 1.5. > > Thanks! > /Michael Andersson This is not a meaningful conversion. the type Time represents a time, not a duration.