\begin{ccRefConcept}{PolynomialTraits_d::GetCoefficient} \ccDefinition This \ccc{AdaptableBinaryFunction} provides access to coefficients of a \ccc{PolynomialTraits_d::Polynomial_d}. \ccRefines \ccc{AdaptableBinaryFunction} \ccTypes \ccSetThreeColumns{xxxxxxxxxxxxxxxxxxx}{xxxxxxxxxxx}{} \ccTypedef{typedef PolynomialTraits_d::Coefficient_type result_type;}{} \ccTypedef{typedef PolynomialTraits_d::Polynomial_d first_argument_type ;}{} \ccTypedef{typedef int second_argument_type;}{} \ccCreationVariable{get_coefficient} \ccOperations \ccMethod{result_type operator()( first_argument_type p, second_argument_type e);}{ Returns coefficient of $x_{d-1}^e$ by value, where $x_{d-1}$ is the outermost variable.} \ccMethod{result_type operator()( first_argument_type p, second_argument_type e, int i);}{ Returns coefficient of $x_{i}^e$ by value. } %\ccHasModels \ccSeeAlso \ccRefIdfierPage{Polynomial_d}\\ \ccRefIdfierPage{PolynomialTraits_d} \end{ccRefConcept}