Method

AgsFileUtilput_complex

since: 6.3.0

[]

Declaration [src]

gchar*
ags_file_util_put_complex (
  AgsFileUtil* file_util,
  AgsComplex* value
)
[]

Description [src]

Put complex floating point number to string.

Available since: 6.3.0

[]

Parameters

value

Type: AgsComplex

The value.

The data is owned by the caller of the method.
[]

Return value

Type: gchar*

The newly allocated string.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.
The value is a NUL terminated UTF-8 string.