ImageGear for C and C++ on Windows v21.0 - Updated
API Reference Guide / Core Component API Reference / Core Component Functions Reference / Double Matrix Functions / IG_double_matrix_create_values
In This Topic
    IG_double_matrix_create_values
    In This Topic

    Creates an HIGDoubleMatrix object with specified dimensions and values.

    Declaration:

     
    Copy Code
    AT_ERRCOUNT ACCUAPI IG_double_matrix_create_values(
            AT_INT RowCount,
            AT_INT ColCount,
            AT_DOUBLE* lpValues,
            HIGDoubleMatrix* lpDoubleMatrix
    );
    

    Arguments:

    Name Type Description
    RowCount AT_INT Number of rows.
    ColCount AT_INT Number of columns.
    lpValues AT_DOUBLE* Array of RowCount*ColCount double values with which to initialize the matrix.
    lpDoubleMatrix HIGDoubleMatrix* Returns new HIGDoubleMatrix object.

    Return Value:

    Returns the number of ImageGear errors that occurred during this function call.

    Supported Raster Image Formats:

    This function does not process image pixels.