|
| 1 | +<?xml version="1.0" encoding="utf-8"?> |
| 2 | +<!-- EN-Revision: 550b9c3c31a66c18c9303794c12260bf5c684fed Maintainer: Fan2Shrek Status: ready --> |
| 3 | +<!-- Reviewed: yes --> |
| 4 | +<reference xmlns="http://docbook.org/ns/docbook" xml:id="enum.random.intervalboundary" role="enum"> |
| 5 | + <title>L'énumération Random\IntervalBoundary</title> |
| 6 | + <titleabbrev>Random\IntervalBoundary</titleabbrev> |
| 7 | + |
| 8 | + <partintro> |
| 9 | + <section xml:id="enum.random.intervalboundary.intro"> |
| 10 | + &reftitle.intro; |
| 11 | + <simpara> |
| 12 | + L'énumération <enumname>Random\IntervalBoundary</enumname> spécifie |
| 13 | + si un intervalle inclut les valeurs limites dans l'ensemble des valeurs |
| 14 | + se trouvant dans l'intervalle. |
| 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 | + Un intervalle fermé à gauche. |
| 28 | + La limite inférieure est incluse dans l'intervalle, |
| 29 | + la limite supérieure ne l'est pas. |
| 30 | + </enumitemdescription> |
| 31 | + </enumitem> |
| 32 | + |
| 33 | + <enumitem> |
| 34 | + <enumidentifier>ClosedClosed</enumidentifier> |
| 35 | + <enumitemdescription> |
| 36 | + Un intervalle fermé. |
| 37 | + Les deux valeurs limites sont incluses dans l'intervalle. |
| 38 | + </enumitemdescription> |
| 39 | + </enumitem> |
| 40 | + |
| 41 | + <enumitem> |
| 42 | + <enumidentifier>OpenClosed</enumidentifier> |
| 43 | + <enumitemdescription> |
| 44 | + Un intervalle fermé à droite. |
| 45 | + La limite supérieure est incluse dans l'intervalle, |
| 46 | + la limite inférieure ne l'est pas. |
| 47 | + </enumitemdescription> |
| 48 | + </enumitem> |
| 49 | + |
| 50 | + <enumitem> |
| 51 | + <enumidentifier>OpenOpen</enumidentifier> |
| 52 | + <enumitemdescription> |
| 53 | + Un intervalle ouvert. |
| 54 | + Aucune des valeurs limites n'est incluse dans l'intervalle. |
| 55 | + </enumitemdescription> |
| 56 | + </enumitem> |
| 57 | + |
| 58 | + </enumsynopsis> |
| 59 | + </section> |
| 60 | + </partintro> |
| 61 | +</reference> |
| 62 | +<!-- Keep this comment at the end of the file |
| 63 | +Local variables: |
| 64 | +mode: sgml |
| 65 | +sgml-omittag:t |
| 66 | +sgml-shorttag:t |
| 67 | +sgml-minimize-attributes:nil |
| 68 | +sgml-always-quote-attributes:t |
| 69 | +sgml-indent-step:1 |
| 70 | +sgml-indent-data:t |
| 71 | +indent-tabs-mode:nil |
| 72 | +sgml-parent-document:nil |
| 73 | +sgml-default-dtd-file:"~/.phpdoc/manual.ced" |
| 74 | +sgml-exposed-tags:nil |
| 75 | +sgml-local-catalogs:nil |
| 76 | +sgml-local-ecat-files:nil |
| 77 | +End: |
| 78 | +vim600: syn=xml fen fdm=syntax fdl=2 si |
| 79 | +vim: et tw=78 syn=sgml |
| 80 | +vi: ts=1 sw=1 |
| 81 | +--> |
0 commit comments