Nodes > Functions > Util > Get Array Size
Returns the number of elements in the passed in Float Array object.
Inputs
Name | Type | Description |
---|---|---|
Array | link | Float Array object to return the size of |
Outputs
Name | Type | Description |
---|---|---|
Size(0) | float | Number of elements in the Float Array |
Was this page helpful?