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