Function: GDS_FTYPE Purpose: Returns the Floating point type of a set. Category: GDS File: gdsd_basic.c Author: J.P. Terlouw Use: INTEGER GDS_FTYPE( SET , Input CHARACTER*(*) ERROR ) Output INTEGER GDS_FTYPE Returns the type of floating point used in the data set. Can be one of: 0 = IEEE High Endian (BLANK=-Inf) 1 = IEEE Low Endian (BLANK=-Inf) 2 = CONVEX Native format 3 = VAX D Floating 4 = VAX G Floating 5 = IEEE High Endian (BLANK=-FLT_MAX) 6 = IEEE Low Endian (BLANK=-FLT_MAX) SET Name or handle of set. ERROR Error return code. Updates: Jun 5, 1992: KGB, document created. Mar 9, 1994: JPT, rewritten for GDS server.