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

c888bb2d 92c9 980b ca6d 227b875591c7

haplokuon edited this page May 6, 2023 · 1 revision

SolveCubic Method

netDxf 3.0.0 Library

[Missing <summary> documentation for "M:netDxf.GTE.RootsPolynomial.SolveCubic(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 SolveCubic(
	double p0,
	double p1,
	double p2,
	double p3,
	out SortedDictionary<double, int> rmMap
)

VB

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

C++

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

F#

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

Parameters

  Double
\[Missing <param name="p0"/> documentation for "M:netDxf.GTE.RootsPolynomial.SolveCubic(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.SolveCubic(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.SolveCubic(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.SolveCubic(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.SolveCubic(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