Copy (FloatNamedArraylist function)
<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.