This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 407
71cf65b4 530b aff1 83c7 571c768a0488
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
[Missing <summary> documentation for "M:netDxf.GTE.RootsPolynomial.Find(System.Int32,System.Double[],System.Double,System.Double,System.Int32,System.Double@)"]
Namespace: netDxf.GTE
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public static bool Find(
int degree,
double[] c,
double tmin,
double tmax,
int maxIterations,
out double root
)
VB
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
C++
public:
static bool Find(
int degree,
array<double>^ c,
double tmin,
double tmax,
int maxIterations,
[OutAttribute] double% root
)
F#
static member Find :
degree : int *
c : float[] *
tmin : float *
tmax : float *
maxIterations : int *
root : float byref -> bool
- Int32
- \[Missing <param name="degree"/> documentation for "M:netDxf.GTE.RootsPolynomial.Find(System.Int32,System.Double[],System.Double,System.Double,System.Int32,System.Double@)"\]
- Double[]
- \[Missing <param name="c"/> documentation for "M:netDxf.GTE.RootsPolynomial.Find(System.Int32,System.Double[],System.Double,System.Double,System.Int32,System.Double@)"\]
- Double
- \[Missing <param name="tmin"/> documentation for "M:netDxf.GTE.RootsPolynomial.Find(System.Int32,System.Double[],System.Double,System.Double,System.Int32,System.Double@)"\]
- Double
- \[Missing <param name="tmax"/> documentation for "M:netDxf.GTE.RootsPolynomial.Find(System.Int32,System.Double[],System.Double,System.Double,System.Int32,System.Double@)"\]
- Int32
- \[Missing <param name="maxIterations"/> documentation for "M:netDxf.GTE.RootsPolynomial.Find(System.Int32,System.Double[],System.Double,System.Double,System.Int32,System.Double@)"\]
- Double
- \[Missing <param name="root"/> documentation for "M:netDxf.GTE.RootsPolynomial.Find(System.Int32,System.Double[],System.Double,System.Double,System.Int32,System.Double@)"\]
Boolean
[Missing <returns> documentation for "M:netDxf.GTE.RootsPolynomial.Find(System.Int32,System.Double[],System.Double,System.Double,System.Int32,System.Double@)"]