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

4b3ccee1 a554 ea07 dd9c b5be17855103

haplokuon edited this page May 6, 2023 · 1 revision

Find(Func<Double, Double>, Double, Double, Double, Double, Int32, Double) Method

netDxf 3.0.0 Library

[Missing <summary> documentation for "M:netDxf.GTE.RootsBisection.Find(System.Func{System.Double,System.Double},System.Double,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 int Find(
	Func<double, double> f,
	double t0,
	double t1,
	double f0,
	double f1,
	int maxIterations,
	out double root
)

VB

Public Shared Function Find ( 
	f As Func(Of Double, Double),
	t0 As Double,
	t1 As Double,
	f0 As Double,
	f1 As Double,
	maxIterations As Integer,
	<OutAttribute> ByRef root As Double
) As Integer

C++

public:
static int Find(
	Func<double, double>^ f, 
	double t0, 
	double t1, 
	double f0, 
	double f1, 
	int maxIterations, 
	[OutAttribute] double% root
)

F#

static member Find : 
        f : Func<float, float> * 
        t0 : float * 
        t1 : float * 
        f0 : float * 
        f1 : float * 
        maxIterations : int * 
        root : float byref -> int 

Parameters

  Func(Double, Double)
\[Missing <param name="f"/> documentation for "M:netDxf.GTE.RootsBisection.Find(System.Func{System.Double,System.Double},System.Double,System.Double,System.Double,System.Double,System.Int32,System.Double@)"\]
  Double
\[Missing <param name="t0"/> documentation for "M:netDxf.GTE.RootsBisection.Find(System.Func{System.Double,System.Double},System.Double,System.Double,System.Double,System.Double,System.Int32,System.Double@)"\]
  Double
\[Missing <param name="t1"/> documentation for "M:netDxf.GTE.RootsBisection.Find(System.Func{System.Double,System.Double},System.Double,System.Double,System.Double,System.Double,System.Int32,System.Double@)"\]
  Double
\[Missing <param name="f0"/> documentation for "M:netDxf.GTE.RootsBisection.Find(System.Func{System.Double,System.Double},System.Double,System.Double,System.Double,System.Double,System.Int32,System.Double@)"\]
  Double
\[Missing <param name="f1"/> documentation for "M:netDxf.GTE.RootsBisection.Find(System.Func{System.Double,System.Double},System.Double,System.Double,System.Double,System.Double,System.Int32,System.Double@)"\]
  Int32
\[Missing <param name="maxIterations"/> documentation for "M:netDxf.GTE.RootsBisection.Find(System.Func{System.Double,System.Double},System.Double,System.Double,System.Double,System.Double,System.Int32,System.Double@)"\]
  Double
\[Missing <param name="root"/> documentation for "M:netDxf.GTE.RootsBisection.Find(System.Func{System.Double,System.Double},System.Double,System.Double,System.Double,System.Double,System.Int32,System.Double@)"\]

Return Value

Int32
[Missing <returns> documentation for "M:netDxf.GTE.RootsBisection.Find(System.Func{System.Double,System.Double},System.Double,System.Double,System.Double,System.Double,System.Int32,System.Double@)"]

See Also

Reference

RootsBisection Class
Find Overload
netDxf.GTE Namespace

Clone this wiki locally