|  | programmer's documentation | 
Assign a floating point value for a given key to a field. More...

| Public Member Functions | |
| subroutine | field_set_key_double (f_id, k_id, k_value) | 
Assign a floating point value for a given key to a field.
If the key id is not valid, or the value type or field category is not compatible, a fatal error is provoked.
| [in] | f_id | field id | 
| [in] | k_id | id of associated key | 
| [in] | k_value | value associated with key | 
| subroutine field_set_key_double | ( | integer(c_int) | f_id, | 
| integer(c_int) | k_id, | ||
| real(c_double) | k_value | ||
| ) | 
 1.8.3.1
 1.8.3.1