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.

Return ValueThe result is an integer representing the kind type parameter of X.KNINT § 77Returns the nearest integer to the real argument.SynopsisKNINT(A)ArgumentsThe argument A must be a real.Return ValueThe result is a long integer with value (A + .5 * SIGN(A)).LBOUND 90Returns the lower bounds of an array, or the lower bound for the specified dimension.SynopsisLBOUND(ARRAY [,DIM])ArgumentsThe argument ARRAY is an array of any type. The optional argument DIM is a scalar that has thevalue of a valid dimension of the array (valid dimensions are between the values 1 and n where nis the rank of the array).Return ValueThe return value is an integer, or an array of rank one and size n, where n is the rank of theargument ARRAY. For the function with a DIM argument, the return value is the value of the lowerbound in the specified dimension. For the function with no DIM supplied, the return value is anarray with all the lower bounds of ARRAY.Fortran Intrinsics 219

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

Saved successfully!

Ooh no, something went wrong!