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