get_size_matrix🔗
Short description🔗
get_size_matrix — Get the size of a matrix.
Signature🔗
get_size_matrix( matrix MatrixID, out integer Rows, out integer Columns )
Description🔗
The operator get_size_matrix returns the number of rows
Rows and columns Columns of the input
Matrix. The input Matrix is defined by the
matrix handle MatrixID.
Execution information🔗
Execution information
-
Multithreading type: reentrant (runs in parallel with non-exclusive operators).
-
Multithreading scope: global (may be called from any thread).
-
Processed without parallelization.
Parameters🔗
MatrixID (input_control) matrix → (handle)
Matrix handle of the input matrix.
Rows (output_control) integer → (integer)
Number of rows of the matrix.
Columns (output_control) integer → (integer)
Number of columns of the matrix.
Result🔗
If the parameters are valid, the operator get_size_matrix
returns the value 2 (H_MSG_TRUE). If necessary, an exception is raised.
Combinations with other operators🔗
Module🔗
Foundation