<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Форум Александра Климова — Java]]></title>
	<link rel="self" href="http://forum.alexanderklimov.ru/extern.php?action=feed&amp;tid=36&amp;type=atom" />
	<updated>2018-04-19T20:16:01Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.alexanderklimov.ru/viewtopic.php?id=36</id>
		<entry>
			<title type="html"><![CDATA[Re: Java]]></title>
			<link rel="alternate" href="http://forum.alexanderklimov.ru/viewtopic.php?pid=1095#p1095" />
			<content type="html"><![CDATA[<p>Спасибо большое работает отлично.</p>]]></content>
			<author>
				<name><![CDATA[ikibana]]></name>
				<uri>http://forum.alexanderklimov.ru/profile.php?id=1648</uri>
			</author>
			<updated>2018-04-19T20:16:01Z</updated>
			<id>http://forum.alexanderklimov.ru/viewtopic.php?pid=1095#p1095</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Java]]></title>
			<link rel="alternate" href="http://forum.alexanderklimov.ru/viewtopic.php?pid=1093#p1093" />
			<content type="html"><![CDATA[<p>Как вариант<br /></p><div class="codebox"><pre><code>    public static String fmt(double d) {
        if (d == (long) d) {
            return String.format(&quot;%d&quot;, (long) d);
        } else {
            return String.format(&quot;%s&quot;, d);
        }
    }</code></pre></div>]]></content>
			<author>
				<name><![CDATA[alexander.klimoff]]></name>
				<uri>http://forum.alexanderklimov.ru/profile.php?id=2</uri>
			</author>
			<updated>2018-04-18T05:50:16Z</updated>
			<id>http://forum.alexanderklimov.ru/viewtopic.php?pid=1093#p1093</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Java]]></title>
			<link rel="alternate" href="http://forum.alexanderklimov.ru/viewtopic.php?pid=1092#p1092" />
			<content type="html"><![CDATA[<p>Подскажите. Если при выводе double получается например 3.0, как вывести 3? То есть без нуля. И с учетом того, что например 3.1 должно выводиться как 3.1. То есть округление здесь не поможет.</p>]]></content>
			<author>
				<name><![CDATA[ikibana]]></name>
				<uri>http://forum.alexanderklimov.ru/profile.php?id=1648</uri>
			</author>
			<updated>2018-04-17T20:06:38Z</updated>
			<id>http://forum.alexanderklimov.ru/viewtopic.php?pid=1092#p1092</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Java]]></title>
			<link rel="alternate" href="http://forum.alexanderklimov.ru/viewtopic.php?pid=1058#p1058" />
			<content type="html"><![CDATA[<p>Вопросы по <a href="http://developer.alexanderklimov.ru/android/java/java.php/">языку Java</a></p>]]></content>
			<author>
				<name><![CDATA[alexander.klimoff]]></name>
				<uri>http://forum.alexanderklimov.ru/profile.php?id=2</uri>
			</author>
			<updated>2018-02-14T18:35:06Z</updated>
			<id>http://forum.alexanderklimov.ru/viewtopic.php?pid=1058#p1058</id>
		</entry>
</feed>
