List of FloatNamedArraylist methods: Difference between revisions
Jump to navigation
Jump to search
m Automatically generated page update |
m Automatically generated page update |
||
| (9 intermediate revisions by 4 users not shown) | |||
| Line 1: | Line 1: | ||
<!-- This page was automatically generated and will be automatically | <!-- This page was automatically generated and will be automatically | ||
replaced, so any manual edits will be lost. You've been warned. --> | replaced, so any manual edits will be lost. You've been warned. --> | ||
The following are the available [[FloatNamedArraylist class]] methods. | The following are the available <var>[[FloatNamedArraylist class|FloatNamedArraylist]]</var> class methods. | ||
{{Template:Method list header|class=FloatNamedArraylist}} | {{Template:Method list header|class=FloatNamedArraylist}} | ||
<div class="showVisit"> | |||
<table class="wikitable"> | <table class="wikitable"> | ||
<tr><th>Method</th><th>Description</th></tr> | <tr><th>Method</th><th>Description</th></tr> | ||
| Line 16: | Line 17: | ||
<tr><td valign="top">[[FindPreviousItem (GenericNamedArraylist function)|FindPreviousItem]]</td><td valign="top">Previous item that matches some selection criteria</td></tr> | <tr><td valign="top">[[FindPreviousItem (GenericNamedArraylist function)|FindPreviousItem]]</td><td valign="top">Previous item that matches some selection criteria</td></tr> | ||
<tr><td valign="top">[[FindPreviousItemNumber (GenericNamedArraylist function)|FindPreviousItemNumber]]</td><td valign="top">Item number of previous item that matches some selection criteria</td></tr> | <tr><td valign="top">[[FindPreviousItemNumber (GenericNamedArraylist function)|FindPreviousItemNumber]]</td><td valign="top">Item number of previous item that matches some selection criteria</td></tr> | ||
<tr><td valign="top">[[FirstItem (GenericNamedArraylist property)|FirstItem]]</td><td valign="top">Return or set first item</td></tr> | |||
<tr><td valign="top">[[FirstItemName (FloatNamedArraylist function)|FirstItemName]]</td><td valign="top">Name of first item</td></tr> | |||
<tr><td valign="top">[[Item (FloatNamedArraylist property)|Item]]</td><td valign="top">Value of named item</td></tr> | <tr><td valign="top">[[Item (FloatNamedArraylist property)|Item]]</td><td valign="top">Value of named item</td></tr> | ||
<tr><td valign="top">[[ItemByNumber (GenericNamedArraylist property)|ItemByNumber]]</td><td valign="top">Return or set item using item number</td></tr> | <tr><td valign="top">[[ItemByNumber (GenericNamedArraylist property)|ItemByNumber]]</td><td valign="top">Return or set item using item number</td></tr> | ||
<tr><td valign="top">[[LastItem (GenericNamedArraylist property)|LastItem]]</td><td valign="top">Return or set last item</td></tr> | |||
<tr><td valign="top">[[LastItemName (FloatNamedArraylist function)|LastItemName]]</td><td valign="top">Name of last item</td></tr> | |||
<tr><td valign="top">[[Maximum (FloatNamedArraylist function)|Maximum]]</td><td valign="top">Name of item with maximum value or maximum value of function applied to items</td></tr> | <tr><td valign="top">[[Maximum (FloatNamedArraylist function)|Maximum]]</td><td valign="top">Name of item with maximum value or maximum value of function applied to items</td></tr> | ||
<tr><td valign="top">[[MaximumItem (GenericNamedArraylist function)|MaximumItem]]</td><td valign="top">Item with maximum value or maximum value of function applied to items</td></tr> | <tr><td valign="top">[[MaximumItem (GenericNamedArraylist function)|MaximumItem]]</td><td valign="top">Item with maximum value or maximum value of function applied to items</td></tr> | ||
| Line 23: | Line 28: | ||
<tr><td valign="top">[[MinimumItem (GenericNamedArraylist function)|MinimumItem]]</td><td valign="top">Item with minimum value or minimum value of function applied to items</td></tr> | <tr><td valign="top">[[MinimumItem (GenericNamedArraylist function)|MinimumItem]]</td><td valign="top">Item with minimum value or minimum value of function applied to items</td></tr> | ||
<tr><td valign="top">[[NameByNumber (FloatNamedArraylist function)|NameByNumber]]</td><td valign="top">Name of specified item number</td></tr> | <tr><td valign="top">[[NameByNumber (FloatNamedArraylist function)|NameByNumber]]</td><td valign="top">Name of specified item number</td></tr> | ||
<tr><td valign="top">[[New (FloatNamedArraylist constructor)|New]]</td><td valign="top">Create a new FloatNamedArraylist object</td></tr> | |||
<tr><td valign="top">[[Number (FloatNamedArraylist function)|Number]]</td><td valign="top">Item number of specified name</td></tr> | <tr><td valign="top">[[Number (FloatNamedArraylist function)|Number]]</td><td valign="top">Item number of specified name</td></tr> | ||
<tr><td valign="top">[[Print (GenericNamedArraylist subroutine)|Print]]</td><td valign="top">Print items</td></tr> | <tr><td valign="top">[[Print (GenericNamedArraylist subroutine)|Print]]</td><td valign="top">Print items</td></tr> | ||
| Line 34: | Line 40: | ||
<tr><td valign="top">[[Variance (GenericNamedArraylist function)|Variance]]</td><td valign="top">Calculate variance of items or function of items</td></tr> | <tr><td valign="top">[[Variance (GenericNamedArraylist function)|Variance]]</td><td valign="top">Calculate variance of items or function of items</td></tr> | ||
</table> | </table> | ||
</div> | |||
==See also== | ==See also== | ||
<table class="list"><tr> | <table class="list"><tr> | ||
| Line 56: | Line 63: | ||
</tr> | </tr> | ||
</table> | </table> | ||
[[Category:Lists of methods]] | |||
Latest revision as of 15:57, 8 December 2012
The following are the available FloatNamedArraylist class methods.
| Method | Description |
|---|---|
| Audit | Audit items |
| Average | Calculate average of items or function of items |
| Copy | Copy FloatNamedArraylist |
| Count | Number of items |
| CountSubset | Number of items that match some selection criteria |
| DeepCopy | Deep Copy FloatNamedArraylist |
| Default | Value for Item to return when Name has no value |
| FindNextItem | Next item that matches some selection criteria |
| FindNextItemNumber | Item number of next item that matches some selection criteria |
| FindPreviousItem | Previous item that matches some selection criteria |
| FindPreviousItemNumber | Item number of previous item that matches some selection criteria |
| FirstItem | Return or set first item |
| FirstItemName | Name of first item |
| Item | Value of named item |
| ItemByNumber | Return or set item using item number |
| LastItem | Return or set last item |
| LastItemName | Name of last item |
| Maximum | Name of item with maximum value or maximum value of function applied to items |
| MaximumItem | Item with maximum value or maximum value of function applied to items |
| Minimum | Name of item with minimum value or minimum value of function applied to items |
| MinimumItem | Item with minimum value or minimum value of function applied to items |
| NameByNumber | Name of specified item number |
| New | Create a new FloatNamedArraylist object |
| Number | Item number of specified name |
| Print items | |
| RemoveItem | Remove item from FloatNamedArraylist |
| SortNew | Sort items to an Arraylist |
| StandardDeviation | Calculate standard deviation of items or function of items |
| SubsetNew | Create NamedArraylist of items matching some selection criteria |
| Sum | Calculate sum of items or function of items |
| Trace | Trace items |
| UseDefault | Flag indicating whether or not Item returns the Default value when name has no value |
| Variance | Calculate variance of items or function of items |