Top: f77 Up: 11 - Intrinsic_Procedures
Previous: 11,43 - IEOR Next: 11,45 - IMAG
Section 11,44: IFIX
IFIX (real4-number)
A function that converts a real number to an integer.
+------+---------+----------+------------+-------------+
| Args | Generic | Specific | Argument | Result Type |
+------+---------+----------+------------+-------------+
| 1 | IFIX | IIFIX | REAL*4 | INTEGER*2 |
| | | JIFIX | REAL*4 | INTEGER*4 |
| |see note | KIFIX | REAL*4 | INTEGER*8 |
+------+---------+----------+------------+-------------+
NOTE: KIFIX is only available on AXP systems.
The function returns an INTEGER*4 value if the -i4 command option
is in effect; otherwise it returns an INTEGER*2 value.
IIFIX can also be spelled HFIX (to comply with the MIA standard).
The setting of -noi4 or -i8 (AXP only) affects IFIX.
Top: f77 Up: 11 - Intrinsic_Procedures
Previous: 11,43 - IEOR Next: 11,45 - IMAG