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 420
4b3ccee1 a554 ea07 dd9c b5be17855103
haplokuon edited this page May 6, 2023
·
1 revision
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@)"]
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
- 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@)"\]
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@)"]