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.

2 Intel <strong>Fortran</strong> <strong>Libraries</strong> <strong>Reference</strong>Module: USE IFPORTSyntaxresult = IFLOATI (i)result = IFLOATJ (j)i(Input) Must be of type INTEGER(2).j(Input) Must be of type INTEGER(4).Results:The result type is single-precision real (REAL(4) or REAL*4).CompatibilityCONSOLE STANDARD GRAPHICS QUICKWIN GRAPHICS WINDOWS DLL LIBSee Also: the DFLOAT intrinsic function in the Language <strong>Reference</strong>IMAGESIZE, IMAGESIZE_WGraphics Functions: Return the number of bytes needed to store the image inside the specifiedbounding rectangle. IMAGESIZE is useful for determining how much memory is needed for a callto GETIMAGE. These functions are only available on Windows* systems.Module: USE IFQWINSyntaxresult = IMAGESIZE (x1, y1, x2, y2)result = IMAGESIZE_W (wx1, wy1, wx2, wy2)x1, y1(Input) INTEGER(2). Viewport coordinates for upper-left corner of image.x2, y2(Input) INTEGER(2). Viewport coordinates for lower-right corner of image.wx1, wy1(Input) REAL(8). Window coordinates for upper-left corner of image.wx2, wy2(Input) REAL(8). Window coordinates for lower-right corner of image.Results:The result type is INTEGER(4). The result is the storage size of an image in bytes.2-172

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

Saved successfully!

Ooh no, something went wrong!