Copy (FloatNamedArraylist function): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (1 revision)
m (1 revision)
Line 18: Line 18:
===Syntax terms===
===Syntax terms===
<table class="syntaxTable">
<table class="syntaxTable">
<tr><th><i>%cop</i></th>
<tr><th>%cop</th>
<td>A FloatNamedArraylist to contain the copy of ''%fnamrayl'', the method FloatNamedArraylist. </td></tr>
<td>A FloatNamedArraylist to contain the copy of ''%fnamrayl'', the method FloatNamedArraylist. </td></tr>
<tr><th><i>%fnamrayl</i></th>
<tr><th>%fnamrayl</th>
<td>A FloatNamedArraylist object.</td></tr>
<td>A FloatNamedArraylist object.</td></tr>
</table>
</table>

Revision as of 17:28, 4 February 2011

<section begin=dpl_desc/>Copy FloatNamedArraylist<section end=dpl_desc/>

Copy is a member of the FloatNamedArraylist class.

This function makes a “shallow” copy of the FloatNamedArraylist method object %fnamrayl. If %fnamrayl contains objects, they are not copied. If %fnamrayl is Null, a Null is returned.

For more information about copyability, see Copying objects.

Syntax

%cop = %fnamrayl:Copy

Syntax terms

%cop A FloatNamedArraylist to contain the copy of %fnamrayl, the method FloatNamedArraylist.
%fnamrayl A FloatNamedArraylist object.