Stores a double value in a specified field in a specified tuple.
      Declaration
tibas_status tibasTuple_PutDouble
(tibasTuple  tuple,
const char*  fieldname,
tibas_double value)
Parameter
               
               
               
                  
                     | Parameter | Description | 
               
               
                  
                     | tuple | Specify the tuple into which you want to put a double value. | 
                  
                     | fieldname | The fieldname. | 
                  
                     | value | The double value to store in the fieldname. | 
               
            
Remarks	
Use the tibasTuple_PutDouble() function to put a specified double value in a specified field in a specified tuple.
Copyright © Cloud Software Group, Inc. All rights reserved.