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 416
fe363102 3659 818c 3bc8 7218d9cbf9d2
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
[Missing <summary> documentation for "M:netDxf.GTE.RootsPolynomial.SolveQuadratic(System.Double,System.Double,System.Double,System.Collections.Generic.SortedDictionary{System.Double,System.Int32}@)"]
Namespace: netDxf.GTE
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public static void SolveQuadratic(
double p0,
double p1,
double p2,
out SortedDictionary<double, int> rmMap
)
VB
Public Shared Sub SolveQuadratic (
p0 As Double,
p1 As Double,
p2 As Double,
<OutAttribute> ByRef rmMap As SortedDictionary(Of Double, Integer)
)
C++
public:
static void SolveQuadratic(
double p0,
double p1,
double p2,
[OutAttribute] SortedDictionary<double, int>^% rmMap
)
F#
static member SolveQuadratic :
p0 : float *
p1 : float *
p2 : float *
rmMap : SortedDictionary<float, int> byref -> unit
- Double
- \[Missing <param name="p0"/> documentation for "M:netDxf.GTE.RootsPolynomial.SolveQuadratic(System.Double,System.Double,System.Double,System.Collections.Generic.SortedDictionary{System.Double,System.Int32}@)"\]
- Double
- \[Missing <param name="p1"/> documentation for "M:netDxf.GTE.RootsPolynomial.SolveQuadratic(System.Double,System.Double,System.Double,System.Collections.Generic.SortedDictionary{System.Double,System.Int32}@)"\]
- Double
- \[Missing <param name="p2"/> documentation for "M:netDxf.GTE.RootsPolynomial.SolveQuadratic(System.Double,System.Double,System.Double,System.Collections.Generic.SortedDictionary{System.Double,System.Int32}@)"\]
- SortedDictionary(Double, Int32)
- \[Missing <param name="rmMap"/> documentation for "M:netDxf.GTE.RootsPolynomial.SolveQuadratic(System.Double,System.Double,System.Double,System.Collections.Generic.SortedDictionary{System.Double,System.Int32}@)"\]