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.5 required=5.0 tests=BAYES_00,INVALID_MSGID, PP_MIME_FAKE_ASCII_TEXT autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII X-Google-Thread: 103376,4d92876421956bcd X-Google-Attributes: gid103376,public From: mheaney@ni.net (Matthew Heaney) Subject: Re: Converting integer to float Date: 1997/08/01 Message-ID: #1/1 X-Deja-AN: 261593913 References: <5rqvii$16s$1@oravannahka.Helsinki.FI> Organization: Estormza Software Newsgroups: comp.lang.ada Date: 1997-08-01T00:00:00+00:00 List-Id: In article <5rqvii$16s$1@oravannahka.Helsinki.FI>, ant@news.helsinki.fi (Antti Piril�) wrote: >How to convert an integer value to float? declare I : Integer := 2; F : Float := Float (I); begin A simple type conversion is all that's required. The nature of your question suggests that you are a programmer new to Ada. If you want a learn more, you can find some tutorials (Lovelace is a popular one) at the Ada home page: -------------------------------------------------------------------- Matthew Heaney Software Development Consultant (818) 985-1271