home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.amiga.programmer
- Path: sparky!uunet!gatech!concert!sas!mozart.unx.sas.com!walker
- From: walker@twix.unx.sas.com (Doug Walker)
- Subject: Re: Stupid C Question - thanks
- Originator: walker@twix.unx.sas.com
- Sender: news@unx.sas.com (Noter of Newsworthy Events)
- Message-ID: <C01Csq.B97@unx.sas.com>
- Date: Tue, 29 Dec 1992 19:29:14 GMT
- References: <ad99s461.03qu@sycom.mi.org>
- Nntp-Posting-Host: twix.unx.sas.com
- Organization: SAS Institute Inc.
- Lines: 24
-
-
- In article <ad99s461.03qu@sycom.mi.org>, ad99s461@sycom.mi.org (Alex Deburie) writes:
- |> However, it still seems wierd that there is no internal SAS function to
- |> do float to integer conversion, especially since I've found functions
- |> to do this right in the Amiga math libraries.
-
- There's not a function to do it because it's built in to the language,
- via casting.
-
- The reason it's in the Amiga math libraries is because you might
- not have code in your program to do the casting - for example, if
- you are in assembler or some other language.
-
- |> -- Alex Deburie
-
- --
- *****
- =*|_o_o|\\=====Doug Walker, Software Distiller====== BBS: (919)460-7430 =
- *|. o.| || 1200/2400/9600 Dual
- | o |// For all you do, this bug's for you!
- ======
- usenet: walker@unx.sas.com bix: djwalker
- Any opinions expressed are mine, not those of SAS Institute, Inc.
-
-