Polynomial.Roots (Polynomial) Method
Public Shared Function Roots( _
ByVal p As Polynomial _
) As Complex()
This language is not supported or no code example is available.
public static Complex[] Roots(
Polynomial p
)
This language is not supported or no code example is available.
public:
static array< Complex^ >^ Roots(
Polynomial^ p
)
This language is not supported or no code example is available.
Parameters