12.07.2015 Views

PGI Fortran - Servidor WWW del Cluster Ladon-Hidra

PGI Fortran - Servidor WWW del Cluster Ladon-Hidra

PGI Fortran - Servidor WWW del Cluster Ladon-Hidra

SHOW MORE
SHOW LESS
  • No tags were found...

Create successful ePaper yourself

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

ArgumentThe arguments I and J must be of type integer of the same kind.Return ValueThe return value is an integer value representing a bit-by-bit logical exclusive OR of the bits in thetwo integer arguments.IINT § 77Converts a value to a short integer type.SynopsisIINT(A)ArgumentsThe argument A is of type integer, real, or complex.Return ValueThe return value is the short integer value of the supplied argument. For a real number, if theabsolute value of the real is less than 1, the return value is 0. If the absolute value is greater than 1,the result is the largest short integer that does not exceed the real value. If argument is a complexnumber, the return value is the result of applying the real conversion to the real part of thecomplex number.INDEX 90Returns the starting position of a substring within a string.SynopsisINDEX(STRING, SUBSTRING [,BACK])ArgumentsThe argument STRING must be of type character string. The argument SUBSTRING must be oftype character string with the same kind as STRING. The optional argument BACK must be of typelogical.214 Chapter 6

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

Saved successfully!

Ooh no, something went wrong!