<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://wiki.signature.net/skins/common/feed.css?270"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://wiki.signature.net/index.php?action=history&amp;feed=atom&amp;title=IB_Statements%2Fint</id>
		<title>IB Statements/int - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://wiki.signature.net/index.php?action=history&amp;feed=atom&amp;title=IB_Statements%2Fint"/>
		<link rel="alternate" type="text/html" href="http://wiki.signature.net/index.php?title=IB_Statements/int&amp;action=history"/>
		<updated>2026-05-03T21:32:53Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.16.0</generator>

	<entry>
		<id>http://wiki.signature.net/index.php?title=IB_Statements/int&amp;diff=405&amp;oldid=prev</id>
		<title>Badge: New page: '''INT function'''  '''Syntax:'''  INT(numeric-argument)   '''Discussion:'''The INT function returns the integer portion of a numeric-argument. The value returned by the INT function is al...</title>
		<link rel="alternate" type="text/html" href="http://wiki.signature.net/index.php?title=IB_Statements/int&amp;diff=405&amp;oldid=prev"/>
				<updated>2009-05-22T08:50:38Z</updated>
		
		<summary type="html">&lt;p&gt;New page: &amp;#39;&amp;#39;&amp;#39;INT function&amp;#39;&amp;#39;&amp;#39;  &amp;#39;&amp;#39;&amp;#39;Syntax:&amp;#39;&amp;#39;&amp;#39;  INT(numeric-argument)   &amp;#39;&amp;#39;&amp;#39;Discussion:&amp;#39;&amp;#39;&amp;#39;The INT function returns the integer portion of a numeric-argument. The value returned by the INT function is al...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;'''INT function''' &lt;br /&gt;
'''Syntax:'''  INT(numeric-argument)  &lt;br /&gt;
'''Discussion:'''The INT function returns the integer portion of a numeric-argument. The value returned by the INT function is always a whole number (integer) and always carries the same sign as the numeric-argument.&lt;br /&gt;
 &lt;br /&gt;
The numeric-argument may be a numeric constant, a single-element numeric variable, a numeric array element, a numeric expression, or a numeric function. &lt;br /&gt;
&lt;br /&gt;
The intermediate result of the INT function is stored in a numeric accumulator with a length and precision of 16.0. If this intermediate result is then moved to a receiving numeric variable, its precision is automatically adjusted to the defined precision of that variable. &lt;br /&gt;
&lt;br /&gt;
Also see FPT. &lt;br /&gt;
 &lt;br /&gt;
Example:  A = INT(B)&lt;br /&gt;
&lt;br /&gt;
In the above example, the integer portion of numeric variable B is moved to numeric variable A. For example, if B equals 27.43, then A equals 27.&lt;/div&gt;</summary>
		<author><name>Badge</name></author>	</entry>

	</feed>