| API Reference Guide > Core Component API Reference > Core Component Functions Reference > Double Matrix Functions > IG_double_matrix_item_set |
Sets element of the double matrix at the specified row and column indices.
|
Copy Code
|
|
|---|---|
AT_ERRCOUNT ACCUAPI IG_double_matrix_item_set(
HIGDoubleMatrix DoubleMatrix,
AT_INT Row,
AT_INT Column,
AT_DOUBLE Value
);
|
|
| Name | Type | Description |
|---|---|---|
| DoubleMatrix | HIGDoubleMatrix | HIGDoubleMatrix object. |
| RowCount | AT_INT | Row index. |
| ColCount | AT_INT | Column index. |
| Value | AT_DOUBLE | New value of the matrix element. |
Returns the number of ImageGear errors that occurred during this function call.
This function does not process image pixels.