-
Notifications
You must be signed in to change notification settings - Fork 2
ArrayNumber
Hyomoto edited this page Nov 29, 2020
·
11 revisions
| Jump To | Go Back |
Arguments | Methods | Variables |
|---|
Implements: Array
An array that specializes in dealing with numbers. _array = new Array( [ 10, 20, 30 ] ); show_debug_message( _array.sum() );
// no example| Name | Type | Purpose |
|---|---|---|
| array/size | undef |
{mixed} Either the starting array to use, or the size of the array to create. |
| default | undef |
{mixed} optional: if provided, will fill the newly created array. Default: undefined
|
| Jump To | top |
set | sum | lowest | highest | average | sort |
|---|
Returns: N/A undefined
| Name | Type | Purpose |
|---|---|---|
| _index | undef |
none provided |
| _value | undef |
none provided |
Returns: N/A undefined
| Name | Type | Purpose |
|---|---|---|
| None |
Returns: N/A undefined
| Name | Type | Purpose |
|---|---|---|
| None |
Returns: N/A undefined
| Name | Type | Purpose |
|---|---|---|
| None |
Returns: N/A undefined
| Name | Type | Purpose |
|---|---|---|
| None |
Returns: N/A undefined
| Name | Type | Purpose |
|---|---|---|
| _ascending | undef |
none provided |
| Jump To | top |
|---|
- set_Array - none provided
Devon Mullane 2020