 elements.
elements.
FUNCTIONS: 
cnt = long_count(mask1) 
| returns the I8B integer value that is the number of elements of the logical array mask1 that have the value true. | 
sz = long_size(array1 
[,dim]) 
sz = long_size(array2 
[,dim]) 
| returns the I8B integer value that is the size of the 1D array array1 or 2D array array2 or their extent along the dimension dim if the scalar integer dim is provided. | 
Will return (with default compilation options)
     -2147483633 -2147483643  3 
6442450959 		 2147483653 		 3
meaning that long_size handles correctly this large array while by default
size does not.
Version 3.83, 2024-11-13