find Maximum Number Of Elements
fun findMaximumNumberOfElements(cells: List<RectangularGridSpatialModel2D.RectangularCell2D>): Int(source)
Across all the cells, what is the maximum number of elements in cells
Return
the maximum
Parameters
cells
cells to search, must not be empty