1 <?xml version="1.0" encoding="UTF-8"?>
4 * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
5 * Copyright (C) 2008 - INRIA
7 * Copyright (C) 2012 - 2016 - Scilab Enterprises
9 * This file is hereby licensed under the terms of the GNU GPL v2.0,
10 * pursuant to article 5.3.4 of the CeCILL v.2.1.
11 * This file was originally licensed under the terms of the CeCILL v2.1,
12 * and continues to be available under such terms.
13 * For more information, see the COPYING file which you should have received
14 * along with this program.
18 <refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink"
19 xmlns:svg="http://www.w3.org/2000/svg" xmlns:ns5="http://www.w3.org/1999/xhtml"
20 xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:db="http://docbook.org/ns/docbook"
21 xmlns:scilab="http://www.scilab.org" xml:id="lstsize" xml:lang="ja">
25 <refname>lstsize</refname>
27 <refpurpose>list, tlist, mlist エントリの数 <emphasis role="bold">(obsolete)</emphasis>
36 <synopsis>n=lstsize(x)</synopsis>
52 <para>list, tlist または mlist オブジェクト</para>
64 <para>整数, エントリの数</para>
80 <literal>lstsize(x)</literal> はlist, list, mlistオブジェクト
84 この関数は <literal>size</literal>よりも効率的で
88 この際,<literal>size</literal>は<literal>mlist</literal>
100 <programlisting role="example"><![CDATA[
101 lstsize(list(1,'aqsdf'))
109 <refsection role="see also">
113 <simplelist type="inline">
117 <link linkend="length">length</link>
123 <link linkend="size">size</link>
129 <link linkend="list">list</link>
135 <link linkend="tlist">tlist</link>
141 <link linkend="mlist">mlist</link>
148 <refsection role="history">
152 <revnumber>6.0.1</revnumber>
154 <literal>lstsize()</literal> is declared obsolete, to be removed from Scilab 6.1.
155 Please use <literal>size()</literal> instead.