List of FloatNamedArraylist methods: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (Automatically generated page update)
m (Automatically generated page update)
Line 3: Line 3:
The following are the available [[FloatNamedArraylist class]] methods.
The following are the available [[FloatNamedArraylist 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 34: Line 35:
<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>

Revision as of 22:20, 14 February 2011

The following are the available FloatNamedArraylist class methods.

MethodDescription
AuditAudit items
AverageCalculate average of items or function of items
CopyCopy FloatNamedArraylist
CountNumber of items
CountSubsetNumber of items that match some selection criteria
DeepCopyDeep Copy FloatNamedArraylist
DefaultValue for Item to return when Name has no value
FindNextItemNext item that matches some selection criteria
FindNextItemNumberItem number of next item that matches some selection criteria
FindPreviousItemPrevious item that matches some selection criteria
FindPreviousItemNumberItem number of previous item that matches some selection criteria
ItemValue of named item
ItemByNumberReturn or set item using item number
MaximumName of item with maximum value or maximum value of function applied to items
MaximumItemItem with maximum value or maximum value of function applied to items
MinimumName of item with minimum value or minimum value of function applied to items
MinimumItemItem with minimum value or minimum value of function applied to items
NameByNumberName of specified item number
NumberItem number of specified name
PrintPrint items
RemoveItemRemove item from FloatNamedArraylist
SortNewSort items to an Arraylist
StandardDeviationCalculate standard deviation of items or function of items
SubsetNewCreate NamedArraylist of items matching some selection criteria
SumCalculate sum of items or function of items
TraceTrace items
UseDefaultFlag indicating whether or not Item returns the Default value when name has no value
VarianceCalculate variance of items or function of items

See also