Method
AgsSolverPolynomialget_polynomial
since: 3.9.3
[−]
Declaration [src]
gchar*
ags_solver_polynomial_get_polynomial (
AgsSolverPolynomial* solver_polynomial
)
[−]
Description [src]
Get polynomial of solver_polynomial
.
Available since: 3.9.3
Gets property | Ags.SolverPolynomial:polynomial |
[−]
Return value
Type: gchar*
The polynomial.
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. |