~ubuntu-branches/ubuntu/lucid/scilab/lucid

« back to all changes in this revision

Viewing changes to modules/integer/help/pt_BR/iconvert.xml

  • Committer: Bazaar Package Importer
  • Author(s): Sylvestre Ledru
  • Date: 2009-04-28 18:47:03 UTC
  • mfrom: (1.1.7 upstream) (4.2.3 sid)
  • Revision ID: james.westby@ubuntu.com-20090428184703-7thddz8vtwqmxmx2
Tags: 5.1.1-4
* librefblas3-dev does not exist (yet). Thanks to Jose Ramon
* Do not stop when ocamlopt is not available on the arch 
  (ocaml-not-available.diff)
* Provide a clear error message for archs where modelicac compiler is 
  not available (modelicac-not-available.diff)
* scilab startup script moved from package scilab => scilab-bin (because of
  the ocamlopt problem, I cannot predict if modelicac will be available or
  not. Therefor, I ship usr/bin/ instead of binary per binary. This will
  also simplifies the packaging of Scilab 5.2)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="ISO-8859-1"?>
 
2
<!--
 
3
 * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
 
4
 * Copyright (C) INRIA - 
 
5
 * 
 
6
 * This file must be used under the terms of the CeCILL.
 
7
 * This source file is licensed as described in the file COPYING, which
 
8
 * you should have received as part of this distribution.  The terms
 
9
 * are also available at    
 
10
 * http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
 
11
 *
 
12
 -->
 
13
<refentry version="5.0-subset Scilab" xml:id="iconvert" xml:lang="en"
 
14
          xmlns="http://docbook.org/ns/docbook"
 
15
          xmlns:xlink="http://www.w3.org/1999/xlink"
 
16
          xmlns:svg="http://www.w3.org/2000/svg"
 
17
          xmlns:ns4="http://www.w3.org/1999/xhtml"
 
18
          xmlns:mml="http://www.w3.org/1998/Math/MathML"
 
19
          xmlns:db="http://docbook.org/ns/docbook">
 
20
  <info>
 
21
    <pubdate>$LastChangedDate$</pubdate>
 
22
  </info>
 
23
 
 
24
  <refnamediv>
 
25
    <refname>iconvert</refname>
 
26
 
 
27
    <refpurpose>convers�o para representa��o inteira de 1 a 4
 
28
    bytes</refpurpose>
 
29
  </refnamediv>
 
30
 
 
31
  <refsynopsisdiv>
 
32
    <title>Seq��ncia de Chamamento</title>
 
33
 
 
34
    <synopsis>y=iconvert(X,itype)</synopsis>
 
35
  </refsynopsisdiv>
 
36
 
 
37
  <refsection>
 
38
    <title>Par�metros</title>
 
39
 
 
40
    <variablelist>
 
41
      <varlistentry>
 
42
        <term>X</term>
 
43
 
 
44
        <listitem>
 
45
          <para>matriz de floats ou inteiros </para>
 
46
        </listitem>
 
47
      </varlistentry>
 
48
 
 
49
      <varlistentry>
 
50
        <term>y</term>
 
51
 
 
52
        <listitem>
 
53
          <para>matriz de inteiros codificados em 1, 2 ou 4 bytes </para>
 
54
        </listitem>
 
55
      </varlistentry>
 
56
    </variablelist>
 
57
  </refsection>
 
58
 
 
59
  <refsection>
 
60
    <title>Descri��o</title>
 
61
 
 
62
    <para>Converte e armazena dados para inteiros de 1, 2 ou 4 bytes.</para>
 
63
 
 
64
    <variablelist>
 
65
      <varlistentry>
 
66
        <term>itype=0</term>
 
67
 
 
68
        <listitem>
 
69
          <para>retorna n�meros em ponto flutuante </para>
 
70
        </listitem>
 
71
      </varlistentry>
 
72
 
 
73
      <varlistentry>
 
74
        <term>itype=1</term>
 
75
 
 
76
        <listitem>
 
77
          <para>retorna n�meros int8 no intervalo [-128,127] </para>
 
78
        </listitem>
 
79
      </varlistentry>
 
80
 
 
81
      <varlistentry>
 
82
        <term>itype=11</term>
 
83
 
 
84
        <listitem>
 
85
          <para>retorna n�meros uint8 no intervalo [0,255]</para>
 
86
        </listitem>
 
87
      </varlistentry>
 
88
 
 
89
      <varlistentry>
 
90
        <term>itype=2</term>
 
91
 
 
92
        <listitem>
 
93
          <para>retorna n�meros int16 no intervalo [-32768,32767] </para>
 
94
        </listitem>
 
95
      </varlistentry>
 
96
 
 
97
      <varlistentry>
 
98
        <term>itype=12</term>
 
99
 
 
100
        <listitem>
 
101
          <para>retorna n�meros uint16 no intervalo [0, 65535] </para>
 
102
        </listitem>
 
103
      </varlistentry>
 
104
 
 
105
      <varlistentry>
 
106
        <term>itype=4</term>
 
107
 
 
108
        <listitem>
 
109
          <para>retorna n�meros int32 no intervalo [-2147483648,2147483647]
 
110
          </para>
 
111
        </listitem>
 
112
      </varlistentry>
 
113
 
 
114
      <varlistentry>
 
115
        <term>itype=14</term>
 
116
 
 
117
        <listitem>
 
118
          <para>retorna n�meros uint32 no intervalo [0, 4294967295]</para>
 
119
        </listitem>
 
120
      </varlistentry>
 
121
    </variablelist>
 
122
  </refsection>
 
123
 
 
124
  <refsection>
 
125
    <title>Exemplos</title>
 
126
 
 
127
    <programlisting role="example">
 
128
 
 
129
b=int32([1 -120 127 312])
 
130
y=iconvert(b,1)
 
131
 
 
132
 
 
133
  </programlisting>
 
134
  </refsection>
 
135
 
 
136
  <refsection>
 
137
    <title>Ver Tamb�m</title>
 
138
 
 
139
    <simplelist type="inline">
 
140
      <member><link linkend="double">double</link></member>
 
141
 
 
142
      <member><link linkend="inttype">inttype</link></member>
 
143
    </simplelist>
 
144
  </refsection>
 
145
</refentry>