XL Fortran for AIX 8.1

Language Reference

+-------------------------------IBM Extension--------------------------------+


HFIX(A)

Convert from REAL(4) to INTEGER(2).

This procedure is a specific function, not a generic function.

A
must be of type REAL(4).

Class

Elemental function

Result Type and Attributes

An INTEGER(2) scalar or array.

Result Value

Examples

HFIX (-3.7) has the value -3.


Specific Name Argument Type Result Type Pass As Arg?
HFIX REAL(4) INTEGER(2) no

+----------------------------End of IBM Extension----------------------------+


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]