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

HFIX(A)

Purpose

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

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

Class

Elemental function

Argument Type and Attributes

A
must be of type REAL(4).

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----------------------------+

IBM Copyright 2003