<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>eiji8pou</author_name>
  <author_url>https://blog.hatena.ne.jp/eiji8pou/</author_url>
  <blog_title>eiji8pou's diary</blog_title>
  <blog_url>https://eiji8pou.hatenadiary.com/</blog_url>
  <categories>
    <anon>NScripter</anon>
    <anon>Lua</anon>
  </categories>
  <description>nsluaのNSSetIntValueは、NScripter側の数値変数の値を設定する関数である。 設定するのに与える数値は、luaのnumber型に限られる訳で、すなわち32bitの浮動小数点である。（確か） しかし、NScripter側は整数オンリーな訳で、非整数を放り込んだ時にどういう動作をするかをそういや確かめてなかったなと思いだしたので確かめてみた。 system.lua -- system.lua local fh = io.open(&quot;numbers.csv&quot;, &quot;w&quot;) for i=-10, 10, 0.1 do if i&gt;-10 then fh:write(&quot;\n&quot;) end…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Feiji8pou.hatenadiary.com%2Fentry%2F20120522%2F1337691468&quot; title=&quot;NSSetIntValueの仕様確認 - eiji8pou&amp;#39;s diary&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2012-05-22 21:57:48</published>
  <title>NSSetIntValueの仕様確認</title>
  <type>rich</type>
  <url>https://eiji8pou.hatenadiary.com/entry/20120522/1337691468</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
