DeepCopy (FloatNamedArraylist function): Difference between revisions
Jump to navigation
Jump to search
m (1 revision) |
m (1 revision) |
||
Line 1: | Line 1: | ||
{{Template:FloatNamedArraylist:DeepCopy subtitle}} | |||
This function | This function | ||
makes a | makes a "deep copy" of the FloatNamedArraylist method object, ''%fnamrayl''. | ||
If ''%fnamrayl'' contains objects, they '''are''' copied. | If ''%fnamrayl'' contains objects, they '''are''' copied. | ||
If ''%fnamrayl'' is Null, a Null is returned. | If ''%fnamrayl'' is Null, a Null is returned. | ||
Line 13: | Line 8: | ||
For more information about copyability, see [[Copying objects]]. | For more information about copyability, see [[Copying objects]]. | ||
==Syntax== | ==Syntax== | ||
{{Template:FloatNamedArraylist:DeepCopy syntax}} | |||
===Syntax terms=== | ===Syntax terms=== | ||
<table class="syntaxTable"> | <table class="syntaxTable"> | ||
Line 22: | Line 16: | ||
<td>A FloatNamedArraylist object.</td></tr> | <td>A FloatNamedArraylist object.</td></tr> | ||
</table> | </table> | ||
==See also== | |||
{{Template:FloatNamedArraylist:DeepCopy footer}} |
Revision as of 04:19, 7 February 2011
Deep Copy FloatNamedArraylist (FloatNamedArraylist class)
This function
makes a "deep copy" of the FloatNamedArraylist method object, %fnamrayl.
If %fnamrayl contains objects, they are copied.
If %fnamrayl is Null, a Null is returned.
For more information about copyability, see Copying objects.
Syntax
%outFltNal = fltNal:DeepCopy
Syntax terms
%dcop | A FloatNamedArraylist to contain the deep copy of %fnamrayl. |
---|---|
%fnamrayl | A FloatNamedArraylist object. |