expand To Rectangular
Copies the 2-D array by expanding to the maximum number of columns of the supplied (ragged) array so that the returned array is rectangular, where all row arrays have the same number of elements (columns).
The expanded elements will be filled with the supplied fill value
Return
the copy
Parameters
fill Value
the value to fill if needed, default is 0.0