Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

71cf65b4 530b aff1 83c7 571c768a0488

haplokuon edited this page May 6, 2023 · 1 revision

Find(Int32, Double[], Double, Double, Int32, Double) Method

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@)"]

Definition

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 

Parameters

  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@)"\]

Return Value

Boolean
[Missing <returns> documentation for "M:netDxf.GTE.RootsPolynomial.Find(System.Int32,System.Double[],System.Double,System.Double,System.Int32,System.Double@)"]

See Also

Reference

RootsPolynomial Class
Find Overload
netDxf.GTE Namespace

Clone this wiki locally