diff options
Diffstat (limited to 'files/ja/web/api/fmradio/frequencyupperbound/index.html')
-rw-r--r-- | files/ja/web/api/fmradio/frequencyupperbound/index.html | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/files/ja/web/api/fmradio/frequencyupperbound/index.html b/files/ja/web/api/fmradio/frequencyupperbound/index.html deleted file mode 100644 index 2e5e426b61..0000000000 --- a/files/ja/web/api/fmradio/frequencyupperbound/index.html +++ /dev/null @@ -1,30 +0,0 @@ ---- -title: FMRadio.frequencyUpperBound -slug: Web/API/FMRadio/frequencyUpperBound -tags: - - API - - B2G - - Firefox OS - - Non Standard - - Property - - Reference - - WebAPI - - WebFM -translation_of: Archive/B2G_OS/API/FMRadio/frequencyUpperBound ---- -<div class="syntaxbox"> - {{ non-standard_header() }}</div> -<p>{{ B2GOnlyHeader2('installed') }}</p> -<h2 id="概要">概要</h2> -<p><code>frequencyUpperBound</code> プロパティの値は、{{domxref("FMRadio.seek","seek")}} メソッドで検索できるラジオ局の周波数の最大値を示します。</p> -<h2 id="構文">構文</h2> -<pre class="syntaxbox">var max = <em>instanceOfFMRadio</em>.frequencyUpperBound</pre> -<h2 id="値">値</h2> -<p><a href="http://ja.wikipedia.org/wiki/%E3%83%98%E3%83%AB%E3%83%84" title="http://ja.wikipedia.org/wiki/%E3%83%98%E3%83%AB%E3%83%84">MHz</a> (MegaHertz) 単位の数値を返します。</p> -<h2 id="Specification" name="Specification">仕様書</h2> -<p>仕様はありません。</p> -<h2 id="参照">参照</h2> -<ul> - <li>{{domxref("FMRadio")}}</li> - <li>{{domxref("FMRadio.seek()")}}</li> -</ul> |