Polynomial.Expand Method
Public Shared Function Expand( _
ByVal p As FactorizedPolynomial _
) As Polynomial
This language is not supported or no code example is available.
public static Polynomial Expand(
FactorizedPolynomial p
)
This language is not supported or no code example is available.
public:
static Polynomial^ Expand(
FactorizedPolynomial p
)
This language is not supported or no code example is available.
public static function Expand(
p : FactorizedPolynomial
) : Polynomial;
This language is not supported or no code example is available.
Parameters