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
Gets property | Ags.SolverPolynomial:coefficient |
[−]
Return value
Type: gchar*
The coefficient.
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. |