|
| 1 | +<?xml version="1.0" encoding="utf-8"?> |
| 2 | +<!-- $Revision$ --> |
| 3 | +<!-- EN-Revision: 0d51ca45814bbc60d7a1e6cf6fc7213f0b49c8d5 Maintainer: Saki Status: ready --> |
| 4 | + |
| 5 | +<reference xmlns="http://docbook.org/ns/docbook" xml:id="enum.random-intervalboundary" role="enum"> |
| 6 | + <title>Random\IntervalBoundary Enum</title> |
| 7 | + <titleabbrev>Random\IntervalBoundary</titleabbrev> |
| 8 | + |
| 9 | + <partintro> |
| 10 | + <section xml:id="enum.random-intervalboundary.intro"> |
| 11 | + &reftitle.intro; |
| 12 | + <simpara> |
| 13 | + 列挙型の <enumname>Random\IntervalBoundary</enumname> は、ある区間に含まれる値の集合において、 |
| 14 | + その区間の境界値(端の値)を含めるかどうかを指定します。 |
| 15 | + </simpara> |
| 16 | + </section> |
| 17 | + |
| 18 | + <section xml:id="enum.random-intervalboundary.synopsis"> |
| 19 | + &reftitle.enumsynopsis; |
| 20 | + |
| 21 | + <enumsynopsis> |
| 22 | + <enumname>Random\IntervalBoundary</enumname> |
| 23 | + |
| 24 | + <enumitem> |
| 25 | + <enumidentifier>ClosedOpen</enumidentifier> |
| 26 | + <enumitemdescription> |
| 27 | + 左開区間。下限(下側の境界)は区間に含まれ、上限(上側の境界)は含まれません。 |
| 28 | + </enumitemdescription> |
| 29 | + </enumitem> |
| 30 | + |
| 31 | + <enumitem> |
| 32 | + <enumidentifier>ClosedClosed</enumidentifier> |
| 33 | + <enumitemdescription> |
| 34 | + 閉区間。下限・上限の両方の境界が区間に含まれます。 |
| 35 | + </enumitemdescription> |
| 36 | + </enumitem> |
| 37 | + |
| 38 | + <enumitem> |
| 39 | + <enumidentifier>OpenClosed</enumidentifier> |
| 40 | + <enumitemdescription> |
| 41 | + 右開区間。上限(上側の境界)は区間に含まれ、下限(下側の境界)は含まれません。 |
| 42 | + </enumitemdescription> |
| 43 | + </enumitem> |
| 44 | + |
| 45 | + <enumitem> |
| 46 | + <enumidentifier>OpenOpen</enumidentifier> |
| 47 | + <enumitemdescription> |
| 48 | + 開区間。下限・上限のいずれの境界も区間に含まれません。 |
| 49 | + </enumitemdescription> |
| 50 | + </enumitem> |
| 51 | + |
| 52 | + </enumsynopsis> |
| 53 | + </section> |
| 54 | + </partintro> |
| 55 | +</reference> |
| 56 | +<!-- Keep this comment at the end of the file |
| 57 | +Local variables: |
| 58 | +mode: sgml |
| 59 | +sgml-omittag:t |
| 60 | +sgml-shorttag:t |
| 61 | +sgml-minimize-attributes:nil |
| 62 | +sgml-always-quote-attributes:t |
| 63 | +sgml-indent-step:1 |
| 64 | +sgml-indent-data:t |
| 65 | +indent-tabs-mode:nil |
| 66 | +sgml-parent-document:nil |
| 67 | +sgml-default-dtd-file:"~/.phpdoc/manual.ced" |
| 68 | +sgml-exposed-tags:nil |
| 69 | +sgml-local-catalogs:nil |
| 70 | +sgml-local-ecat-files:nil |
| 71 | +End: |
| 72 | +vim600: syn=xml fen fdm=syntax fdl=2 si |
| 73 | +vim: et tw=78 syn=sgml |
| 74 | +vi: ts=1 sw=1 |
| 75 | +--> |
0 commit comments