Raster.isArray( x )
Test if a value is an Array object.Parameters
| Name | Type | Description | |
|---|---|---|---|
| x | any | value to be tested. |
Returns
| Type | Description |
|---|---|
| boolean |
if the argument is a Array, otherwise. |
| Name | Type | Description | |
|---|---|---|---|
| x | any | value to be tested. |
| Type | Description |
|---|---|
| boolean |
if the argument is a Array, otherwise. |