RootsPolynomialFind(Int32, Double, Double, Double, Int32, Double) Method

Definition

Namespace: netDxf.GTE
Assembly: PCBI.DXF_Library (in PCBI.DXF_Library.dll) Version: 17.0.0.0 (17.0.0.0)
C#
public static bool Find(
	int degree,
	double[] c,
	double tmin,
	double tmax,
	int maxIterations,
	out double root
)

Parameters

degree  Int32
 
c  Double
 
tmin  Double
 
tmax  Double
 
maxIterations  Int32
 
root  Double
 

Return Value

Boolean

See Also