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
54ba840a 5da9 6b0f b0d8 b2ff48305df8
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.Int32,System.Double[]@)"]
Namespace: netDxf.GTE
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public static int Find(
int degree,
double[] c,
int maxIterations,
out double[] roots
)
VB
Public Shared Function Find (
degree As Integer,
c As Double(),
maxIterations As Integer,
<OutAttribute> ByRef roots As Double()
) As Integer
C++
public:
static int Find(
int degree,
array<double>^ c,
int maxIterations,
[OutAttribute] array<double>^% roots
)
F#
static member Find :
degree : int *
c : float[] *
maxIterations : int *
roots : float[] byref -> int
- Int32
- \[Missing <param name="degree"/> documentation for "M:netDxf.GTE.RootsPolynomial.Find(System.Int32,System.Double[],System.Int32,System.Double[]@)"\]
- Double[]
- \[Missing <param name="c"/> documentation for "M:netDxf.GTE.RootsPolynomial.Find(System.Int32,System.Double[],System.Int32,System.Double[]@)"\]
- Int32
- \[Missing <param name="maxIterations"/> documentation for "M:netDxf.GTE.RootsPolynomial.Find(System.Int32,System.Double[],System.Int32,System.Double[]@)"\]
- Double[]
- \[Missing <param name="roots"/> documentation for "M:netDxf.GTE.RootsPolynomial.Find(System.Int32,System.Double[],System.Int32,System.Double[]@)"\]
Int32
[Missing <returns> documentation for "M:netDxf.GTE.RootsPolynomial.Find(System.Int32,System.Double[],System.Int32,System.Double[]@)"]