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

55626fdd adf5 f184 c445 01fe03ec4280

haplokuon edited this page May 6, 2023 · 1 revision

SolveQuartic Method

netDxf 3.0.0 Library

[Missing <summary> documentation for "M:netDxf.GTE.RootsPolynomial.SolveQuartic(System.Double,System.Double,System.Double,System.Double,System.Double,System.Collections.Generic.SortedDictionary{System.Double,System.Int32}@)"]

Definition

Namespace: netDxf.GTE
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public static void SolveQuartic(
	double p0,
	double p1,
	double p2,
	double p3,
	double p4,
	out SortedDictionary<double, int> rmMap
)

VB

Public Shared Sub SolveQuartic ( 
	p0 As Double,
	p1 As Double,
	p2 As Double,
	p3 As Double,
	p4 As Double,
	<OutAttribute> ByRef rmMap As SortedDictionary(Of Double, Integer)
)

C++

public:
static void SolveQuartic(
	double p0, 
	double p1, 
	double p2, 
	double p3, 
	double p4, 
	[OutAttribute] SortedDictionary<double, int>^% rmMap
)

F#

static member SolveQuartic : 
        p0 : float * 
        p1 : float * 
        p2 : float * 
        p3 : float * 
        p4 : float * 
        rmMap : SortedDictionary<float, int> byref -> unit 

Parameters

  Double
\[Missing <param name="p0"/> documentation for "M:netDxf.GTE.RootsPolynomial.SolveQuartic(System.Double,System.Double,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.SolveQuartic(System.Double,System.Double,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.SolveQuartic(System.Double,System.Double,System.Double,System.Double,System.Double,System.Collections.Generic.SortedDictionary{System.Double,System.Int32}@)"\]
  Double
\[Missing <param name="p3"/> documentation for "M:netDxf.GTE.RootsPolynomial.SolveQuartic(System.Double,System.Double,System.Double,System.Double,System.Double,System.Collections.Generic.SortedDictionary{System.Double,System.Int32}@)"\]
  Double
\[Missing <param name="p4"/> documentation for "M:netDxf.GTE.RootsPolynomial.SolveQuartic(System.Double,System.Double,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.SolveQuartic(System.Double,System.Double,System.Double,System.Double,System.Double,System.Collections.Generic.SortedDictionary{System.Double,System.Int32}@)"\]

See Also

Reference

RootsPolynomial Class
netDxf.GTE Namespace

Clone this wiki locally