partial function getArrayRows2D extends Modelica.Icons.Function; input Types.ExternCSVFile csv "External CSV file object"; output Integer m "Number of rows in array"; end getArrayRows2D;