| API Reference Guide > Core Component API Reference > Core Component Functions Reference > Double Matrix Functions > IG_double_matrix_column_count_get |
Returns number of columns in the matrix.
|
Copy Code
|
|
|---|---|
AT_INT ACCUAPI IG_double_matrix_column_count_get(
HIGDoubleMatrix DoubleMatrix
);
|
|
| Name | Type | Description |
|---|---|---|
| DoubleMatrix | HIGDoubleMatrix | HIGDoubleMatrix object. |
Number of columns in the matrix.
This function does not process image pixels.