<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>shirakamisauto</author_name>
  <author_url>https://blog.hatena.ne.jp/shirakamisauto/</author_url>
  <blog_title>プログラミングとかブログ</blog_title>
  <blog_url>https://shirakamisauto.hatenablog.com/</blog_url>
  <categories>
    <anon>C#</anon>
  </categories>
  <description>指定の数字に対してビットが立っている桁数のリストを返すメソッド。 /// &lt;summary&gt; /// 指定の数字の、ビットが立っている桁数を返す /// &lt;/summary&gt; /// &lt;param name=&quot;targetNum&quot;&gt;調べる数字&lt;/param&gt; /// &lt;param name=&quot;maxDigit&quot;&gt;調べる最大桁数&lt;/param&gt; /// &lt;returns&gt;ONだった桁数のリスト&lt;/returns&gt; List&lt;int&gt; GetOnBitList(int targetNum, int maxDigit) { var list = new List&lt;int&gt;(); //ループごとに1ビ…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fshirakamisauto.hatenablog.com%2Fentry%2F2016%2F03%2F07%2F102925&quot; title=&quot;【C#】全ONビット桁数を返すコード - プログラミングとかブログ&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>2016-03-07 10:29:25</published>
  <title>【C#】全ONビット桁数を返すコード</title>
  <type>rich</type>
  <url>https://shirakamisauto.hatenablog.com/entry/2016/03/07/102925</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
