public SetElement ( int rowIndex, int columnIndex, double element ) : void | ||
rowIndex | int | The number of the row where the element will be added |
columnIndex | int | The number of the column where the element will be added |
element | double | |
return | void |