Method

AgsSolverPolynomialset_coefficient

since: 3.9.3

Declaration [src]

void
ags_solver_polynomial_set_coefficient (
  AgsSolverPolynomial* solver_polynomial,
  gchar* coefficient
)

Description [src]

Set coefficient of solver_polynomial.

Available since: 3.9.3

Parameters

coefficient

Type: gchar*

The coefficient.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.