12.07.2015 Views

Intel® Fortran Libraries Reference

Intel® Fortran Libraries Reference

Intel® Fortran Libraries Reference

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Descriptions of the Library Routines 2CompatibilityCONSOLE STANDARD GRAPHICS QUICKWIN GRAPHICS WINDOWS DLL LIBPXFEGETPOSIX Subroutine: Gets the value stored in an array element component (or field) of a structure.Module: USE IFPOSIXSyntaxCALL PXFEGET (jhandle, compname, index, value, ierror)CALL PXFEGET (jhandle, compname, index, value, ilen, ierror) ! when is STRA placeholder for one of the following values:Value Data Type Routine NameINT INTEGER(4) PXEFINTGETREAL REAL(4) PXFEREALGETLGCL LOGICAL(4) PXFELGCLGETSTR CHARACTER*(*) PXFESTRGETCHAR CHARACTER(1) PXFECHARGETDBL REAL(8) PXFEDBLGETINT8 INTEGER(8) PXFEINT8GETjhandle(Input) INTEGER(4) on IA-32 processors; INTEGER(8) on Intel Itanium processors. A handle ofa structure.compname(Input) Character. The name of the component (or field) of the structure to retrieve data from.index(Input) INTEGER(4). The index of the array element to get data for.value(Output) A variable, whose data type depends on the value of . See the table above for thedata types for each value; for example, if the value for is INT, the data type isINTEGER(4). Stores the value of the component (or field).2-279

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!