<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>inamori</author_name>
  <author_url>https://blog.hatena.ne.jp/inamori/</author_url>
  <blog_title>inamori’s diary</blog_title>
  <blog_url>https://inamori.hateblo.jp/</blog_url>
  <categories>
    <anon>PowerShell</anon>
  </categories>
  <description>Problem 4今回は回文数の判定を行います。そのために配列の使い方を覚えます。about_Arrays配列は次のように作成します。 $a = 3, 5, 7 $a[2] # 7 これでもOKです。 $a = @(3, 5, 7) 次のようにすると2次元配列のようになります。 $b = @(@(3, 4), @(5, 6)) $b[1][1] # 6 配列で気を付けなければいけないのは次のようなときです。 function g() { @(1, 2) 3 } filter f() { $_.GetType() } g | f filterはbegin, process, endの構文からpr…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Finamori.hateblo.jp%2Fentry%2F20120621%2Fp1&quot; title=&quot;Windows PowerShellでProject Euler（8） 配列 - inamori’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-06-21 00:00:00</published>
  <title>Windows PowerShellでProject Euler（8） 配列</title>
  <type>rich</type>
  <url>https://inamori.hateblo.jp/entry/20120621/p1</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
