<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: Дробные переменные]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=9665&amp;type=atom" />
	<updated>2014-05-31T12:14:08Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=9665</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Дробные переменные]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=83548#p83548" />
			<content type="html"><![CDATA[<p>Спасибо.</p>]]></content>
			<author>
				<name><![CDATA[Vasil]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=31759</uri>
			</author>
			<updated>2014-05-31T12:14:08Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=83548#p83548</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Дробные переменные]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=83547#p83547" />
			<content type="html"><![CDATA[<p>Про округление.<br /></p><div class="quotebox"><blockquote><p>Round, Value1 [, N]: If N is omitted, OutputVar will be set to Value1 rounded to the nearest integer. If N is positive number, Value1 will be rounded to N decimal places. If N is negative, Value1 will be rounded by N digits to the left of the decimal point. For example, -1 rounds to the ones place, -2 rounds to the tens place, and-3 rounds to the hundreds place. Note: Round does not remove trailing zeros when rounding decimal places. For example, 12.333 rounded to one decimal place would become 12.300000. This behavior can be altered by using something like SetFormat, float, 0.1 prior to the operation (in fact, SetFormat might eliminate the need to use Round in the first place). Corresponding function: Round(Number [, N]).</p></blockquote></div><br /><p>Или читайте в разделе <strong>Функции</strong>, пункт &quot;Общая математика&quot; русского перевода:<br /></p><ul><li><p>Ceil(Number)</p></li><li><p>Floor(Number)</p></li><li><p>Round(Number [, N])</p></li></ul>]]></content>
			<author>
				<name><![CDATA[ypppu]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=5974</uri>
			</author>
			<updated>2014-05-31T11:19:52Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=83547#p83547</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Дробные переменные]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=83544#p83544" />
			<content type="html"><![CDATA[<p>Приветствую всех. У меня такой вопрос, как убрать десятичную дробь, чтобы при расчете показывалось целое число.</p>]]></content>
			<author>
				<name><![CDATA[Vasil]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=31759</uri>
			</author>
			<updated>2014-05-31T11:05:22Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=83544#p83544</id>
		</entry>
</feed>
