12.07.2015 Views

Intel® Fortran Libraries Reference

Intel® Fortran Libraries Reference

Intel® Fortran Libraries Reference

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Descriptions of the Library Routines 2A placeholder for one of the following values:Value Data Type Routine NameINT INTEGER(4) PXFINTGETREAL REAL(4) PXFREALGETLGCL LOGICAL(4) PXFLGCLGETSTR CHARACTER*(*) PXFSTRGETCHAR CHARACTER(1) PXFCHARGETDBL REAL(8) PXFDBLGETINT8 INTEGER(8) PXFINT8GETjhandle(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.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).ilen(Output) INTEGER(4). This argument can only be used when is STR (PXFSTRGET).Stores the length of the returned string.ierror(Output) INTEGER(4). The error status.If successful, ierror is set to zero; otherwise, an error code.The PXFGET subroutines retrieve the value from component (or field) compname of thestructure associated with handle jhandle into variable value.CompatibilityCONSOLE STANDARD GRAPHICS QUICKWIN GRAPHICS WINDOWS DLL LIBSee Also: “PXFSET”ExampleSee the example in “PXFTIMES” (which demonstrates PXFINTGET and PXFINT8GET)2-261

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

Saved successfully!

Ooh no, something went wrong!