DeepCopy (FloatNamedArraylist function): Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
m (add note re exception to deep copyability) |
||
Line 14: | Line 14: | ||
<td>A <var>FloatNamedArraylist</var> object, which may be <var>Null</var>.</td></tr> | <td>A <var>FloatNamedArraylist</var> object, which may be <var>Null</var>.</td></tr> | ||
</table> | </table> | ||
==Usage notes== | |||
<ul> | |||
<li>Although <var>FloatNamedArraylist</var> objects in general are deep copyable, a particular <var>FloatNamedArraylist</var> might contain references to non-deep-copyable objects, which disallows deep copy of that specific <var>FloatNamedArraylist</var>. </li> | |||
</ul> | |||
==See also== | ==See also== |
Latest revision as of 22:02, 23 January 2017
Deep Copy FloatNamedArraylist (FloatNamedArraylist class)
DeepCopy makes a "deep copy" of the FloatNamedArraylist method object, fltNal. If fltNal contains objects, they are copied. If fltNal is Null, a Null is returned.
Syntax
%outFltNal = fltNal:DeepCopy
Syntax terms
%outFltNal | A FloatNamedArraylist to contain the deep copy of fltNal. |
---|---|
fltNal | A FloatNamedArraylist object, which may be Null. |
Usage notes
- Although FloatNamedArraylist objects in general are deep copyable, a particular FloatNamedArraylist might contain references to non-deep-copyable objects, which disallows deep copy of that specific FloatNamedArraylist.
See also
- For more information about copyability, see "Copying objects".