diff options
Diffstat (limited to 'files/ja/web/api/fmradio/frequencylowerbound/index.html')
-rw-r--r-- | files/ja/web/api/fmradio/frequencylowerbound/index.html | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/files/ja/web/api/fmradio/frequencylowerbound/index.html b/files/ja/web/api/fmradio/frequencylowerbound/index.html new file mode 100644 index 0000000000..ac16e95d45 --- /dev/null +++ b/files/ja/web/api/fmradio/frequencylowerbound/index.html @@ -0,0 +1,30 @@ +--- +title: FMRadio.frequencyLowerBound +slug: Web/API/FMRadio/frequencyLowerBound +tags: + - API + - B2G + - Firefox OS + - Non Standard + - Property + - Reference + - WebAPI + - WebFM +translation_of: Archive/B2G_OS/API/FMRadio/frequencyLowerBound +--- +<div class="syntaxbox"> + {{ non-standard_header() }}</div> +<p>{{ B2GOnlyHeader2('installed') }}</p> +<h2 id="概要">概要</h2> +<p><code>frequencyLowerBound</code> プロパティの値は、{{domxref("FMRadio.seek","seek")}} メソッドで検索できるラジオ局の周波数の最小値を示します。</p> +<h2 id="構文">構文</h2> +<pre class="syntaxbox">var max = <em>instanceOfFMRadio</em>.frequencyLowerBound</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> |