Stores a float value in the field with the specified name.
Declaration
tibas_status tibasTuple_PutFloat
(tibasTuple tuple,
const char* fieldname,
tibas_float value)
Parameter
Parameter |
Description |
tuple |
Specify the tuple into which you want to put a float value. |
fieldname |
The fieldname. |
value |
The float value to store in the fieldname. |
Remarks
Use the tibasTuple_PutFloat() function to put a specified float value in a specified field in a specified tuple.
Copyright © 2022. Cloud Software Group, Inc. All Rights Reserved.