|
|
Line 1: |
Line 1: |
| <span style="font-size:120%; color:black"><b><section begin=dpl_desc/>Number of items in FloatNamedArraylist<section end=dpl_desc/></b></span>
| | #REDIRECT [[Count (GenericNamedArraylist property)]] |
| [[Category:FloatNamedArraylist methods|Count property]] | |
| <!--DPL?? Category:FloatNamedArraylist methods|Count property: Number of items in FloatNamedArraylist-->
| |
| <p>
| |
| Count is a member of the [[FloatNamedArraylist class]].
| |
| </p>
| |
| | |
| This ReadOnly property returns the number of items in the FloatNamedArraylist.
| |
| ==Syntax==
| |
| %num = %fnamrayl:Count
| |
| ===Syntax Terms===
| |
| <dl>
| |
| <dt><i>%num</i>
| |
| <dd>A numeric variable to contain the number of
| |
| items in the indicated FloatNamedArraylist.
| |
| <dt><i>%fnamrayl</i>
| |
| <dd>A FloatNamedArraylist object.
| |
| | |
| </dl>
| |