Method

VipsBufappendg

Declaration [src]

gboolean
vips_buf_appendg (
  VipsBuf* buf,
  double g
)

Description [src]

Append a double, non-localised. Useful for config files etc.

Parameters

g double
 

Value to format and append.

Return value

Returns: gboolean
 

FALSE on overflow, TRUE otherwise.