PolySolvePoly_Roots3 Method |
Namespace: DWSIM.MathOps.MathExAssembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 8.8.1.0
Syntax public static double[] Poly_Roots3(
double[] Coeff
)
Public Shared Function Poly_Roots3 (
Coeff As Double()
) As Double()
Request Example
View SourceParameters
- Coeff Double
-
Return Value
DoubleSee Also