Function
AgsMathUtilmultiply_coefficient_all
Declaration [src]
AgsComplex*
ags_math_util_multiply_coefficient_all (
gchar** coefficient,
guint* value_count
)
Parameters
coefficient
-
Type:
gchar**
No description available.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. value_count
-
Type:
guint*
No description available.
The data is owned by the caller of the function.
Return value
Type: AgsComplex
No description available.
The caller of the function takes ownership of the data, and is responsible for freeing it. |