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=-0.4 required=5.0 tests=AC_FROM_MANY_DOTS,BAYES_00, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,421379614df5a9cd,start X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!postnews.google.com!f33g2000vbm.googlegroups.com!not-for-mail From: vlc Newsgroups: comp.lang.ada Subject: Range excluding 0.0 Date: Sat, 29 Aug 2009 05:50:38 -0700 (PDT) Organization: http://groups.google.com Message-ID: <6f1ce89e-7889-4d58-b0f8-1945727f5149@f33g2000vbm.googlegroups.com> NNTP-Posting-Host: 87.221.73.123 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1251550239 30580 127.0.0.1 (29 Aug 2009 12:50:39 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sat, 29 Aug 2009 12:50:39 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: f33g2000vbm.googlegroups.com; posting-host=87.221.73.123; posting-account=ROuOHgoAAABopjDuvPBd02HgYVR-VCZk User-Agent: G2/1.0 X-HTTP-UserAgent: Opera/9.64 (X11; Linux i686; U; en) Presto/2.1.1,gzip(gfe),gzip(gfe) Xref: g2news2.google.com comp.lang.ada:8045 Date: 2009-08-29T05:50:38-07:00 List-Id: Hi *, I would like to declare a subtype of Float which ranges from 0.0 (excluded) to Float'Last. Is there a way to exclude the 0.0 from the range? Thanks a lot in avcance!