RootsPolynomialFind(Int32, Double, Double, Double, Int32, Double) Method
Namespace: netDxf.GTEAssembly: PCBI.DXF_Library (in PCBI.DXF_Library.dll) Version: 17.0.0.0 (17.0.0.0)
public static bool Find(
int degree,
double[] c,
double tmin,
double tmax,
int maxIterations,
out double root
)
Public Shared Function Find (
degree As Integer,
c As Double(),
tmin As Double,
tmax As Double,
maxIterations As Integer,
<OutAttribute> ByRef root As Double
) As Boolean
public:
static bool Find(
int degree,
array<double>^ c,
double tmin,
double tmax,
int maxIterations,
[OutAttribute] double% root
)
static member Find :
degree : int *
c : float[] *
tmin : float *
tmax : float *
maxIterations : int *
root : float byref -> bool
- degree Int32
-
- c Double
-
- tmin Double
-
- tmax Double
-
- maxIterations Int32
-
- root Double
-
Boolean