Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- CA-Clipper 5.2 . Technical Reference - <b>_itemgetnd()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 _itemGetND()
 Retrieve a numeric as a double
------------------------------------------------------------------------------
 C Prototype

     #include "item.api"
     XDOUBLE _itemGetND(
                         ITEM itemNumber
                       )

 Arguments

     itemNumber is the Item from which to retrieve a double.

 Returns

     The numeric in itemNumber as a double.

 Description

     The _itemGetND() function returns the CA-Clipper-level numeric stored in
     itemNumber as a floating point C double.  Note that the use of XDOUBLE
     ensures floating point routines will not be linked in unless they become
     necessary.

 Files:  Library is CLIPPER.LIB, header file is Item.api.


See Also: _itemGetNL() _itemPutND()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson