Returns the float value stored in the field with the specified name.
      Declaration
tibas_status tibasTuple_GetFloat
(tibasTuple tuple,
tibas_float* value,
const char*  fieldname)
 
      Parameters
               
               
               
                  
                     | Parameter | 
                     Description | 
                  
               
               
                  
                     | tuple | 
                     Specify the tuple for which you want to return a boolean value. | 
                  
                  
                     | value | 
                     The float value returned by the function. | 
                  
                  
                     | fieldname | 
                     The fieldname. | 
                  
               
            
 
 
      Remarks	
Use the tibasTuple_GetFloat() function to return the float value stored in a specified field in a specified tuple.
 
      See Also	
tibasTuple_GetChar(), tibasTuple_GetShort(), tibasTuple_GetInt(), tibasTuple_GetLong(), tibasTuple_GetLong(), tibasTuple_GetBoolean(), tibasTuple_GetBoolean(), tibasTuple_GetDouble(), tibasTuple_GetString(), tibasTuple_GetDateTime(), tibasTuple_GetBlob()
 
    
Copyright © Cloud Software Group, Inc. All rights reserved.