dos_compilers/Microsoft QuickBASIC v3/manual/ng75f2.html
2024-07-01 13:00:14 -07:00

32 lines
878 B
HTML

<HTML>
<HEAD><TITLE>QuickBASIC 3.0 - Long Entry</TITLE></HEAD>
<BODY>
<A HREF="ng74fa.html">[&lt;&lt;Previous Entry]</A>
<A HREF="ng320.html">[^^Up^^]</A>
<A HREF="ng76ee.html">[Next Entry&gt;&gt;]</A>
<A HREF="menu.html" >[Menu]</A>
<A HREF="info.html">[About The Guide]</A>
<HR>
<PRE>
<B>CINT Convert to Integer</B>
<U>y</U> = <B>CINT</B>(<U>numexpr</U>)
Converts a numeric expression to an integer, by rounding.
<U>numexpr</U> A numeric expression in the range -32768 to 32767.
</PRE>
<HR>
<B>See Also:</B>
<A HREF="ng6db8.html">CDBL</A>
<A HREF="ngaf85.html">CSNG</A>
<A HREF="ng119e5.html">FIX</A>
<A HREF="ng15fe6.html">INT</A>
<HR>
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by <A HREF="http://www.acemake.com/hagbard">Dave Pearson</A>
<HR>
</BODY>
</HTML>