[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 _itemPutND()
 Places a double-precision number into an item
------------------------------------------------------------------------------
 C Prototype

     #include "item.api"
     ITEM _itemPutND(
                      ITEM itmNumber,
                      XDOUBLE dNum
                    )

 Arguments

     itmNumber is the item into which you want to place the number.  If
     this item is NULL, _itemPutND() will create a new item.

     dNum is the double-precision value to assign to the item.

 Returns

     A new double-precision value item reference containing the
     double-precision value passed.

 Description

     The _itemPutND() function is used to place a numeric double-precision
     value into an item.  You should use a double-precision value to represent
     a number when you know that the number falls within the range of
     1.7E+308 to 1.7E-308.

     Caution!  Do not assume that the address in itmNumber will be the
     same address returned by _itemPutND().

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


See Also: _itemGetND() _itemPutNL()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson