pub unsafe extern "C" fn gaiaSetDoubleValue(
field: gaiaDbfFieldPtr,
value: f64,
)Expand description
Sets a DOUBLE current value for a DBF Field object
\param field pointer to DBF Field object. \param value double value to be set.
\sa gaiaAllocDbfField, gaiaFreeDbfField, gaiaCloneDbfField, gaiaFreeValue, gaiaSetNullValue, gaiaSetIntValue, gaiaSetStrValue