0

我正在尝试使用以下代码在 smalltalk(visualworks) 中为 2D 矩阵中的特定位置赋值:

   xrow: rowIndex ycolumn: columnIndex put:aNumber
   |num|

   self at: (rowIndex*xrow+ columnIndex) put: aNumber.

我得到一个未处理的异常:#productFromSmallInterger。

请帮忙。谢谢你

4

0 回答 0