qc.hlp (Table of Contents; Topic list)
double
                                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Keyword:   double
 
  Syntax:    double declarator
 
  Summary:   Fundamental type used to store an eight-byte double-
             precision floating-point value, using the IEEE standard
             format. Can be preceded by long.
 
  See also:  char, float, int, long, short
                                    -♦-