Method

AgsSolverPolynomialget_coefficient

since: 3.9.3

Declaration [src]

gchar*
ags_solver_polynomial_get_coefficient (
  AgsSolverPolynomial* solver_polynomial
)

Description [src]

Get coefficient of solver_polynomial.

Available since: 3.9.3

Return value

Type: gchar*

The coefficient.

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