Get Array Capacity

n = fao:size()

Returns the total capacity of the float-array (as set with float.array(n) - see float.array)

Hint

To find the current number of entries, use the Lua count method n = #fao