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

0b642ab8 d808 8845 153e 13109e4828ed

haplokuon edited this page May 6, 2023 · 1 revision

GetRootInfoCubic Method

netDxf 3.0.0 Library

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

Definition

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

C#

public static void GetRootInfoCubic(
	double p0,
	double p1,
	double p2,
	double p3,
	out List<int> info
)

VB

Public Shared Sub GetRootInfoCubic ( 
	p0 As Double,
	p1 As Double,
	p2 As Double,
	p3 As Double,
	<OutAttribute> ByRef info As List(Of Integer)
)

C++

public:
static void GetRootInfoCubic(
	double p0, 
	double p1, 
	double p2, 
	double p3, 
	[OutAttribute] List<int>^% info
)

F#

static member GetRootInfoCubic : 
        p0 : float * 
        p1 : float * 
        p2 : float * 
        p3 : float * 
        info : List<int> byref -> unit 

Parameters

  Double
\[Missing <param name="p0"/> documentation for "M:netDxf.GTE.RootsPolynomial.GetRootInfoCubic(System.Double,System.Double,System.Double,System.Double,System.Collections.Generic.List{System.Int32}@)"\]
  Double
\[Missing <param name="p1"/> documentation for "M:netDxf.GTE.RootsPolynomial.GetRootInfoCubic(System.Double,System.Double,System.Double,System.Double,System.Collections.Generic.List{System.Int32}@)"\]
  Double
\[Missing <param name="p2"/> documentation for "M:netDxf.GTE.RootsPolynomial.GetRootInfoCubic(System.Double,System.Double,System.Double,System.Double,System.Collections.Generic.List{System.Int32}@)"\]
  Double
\[Missing <param name="p3"/> documentation for "M:netDxf.GTE.RootsPolynomial.GetRootInfoCubic(System.Double,System.Double,System.Double,System.Double,System.Collections.Generic.List{System.Int32}@)"\]
  List(Int32)
\[Missing <param name="info"/> documentation for "M:netDxf.GTE.RootsPolynomial.GetRootInfoCubic(System.Double,System.Double,System.Double,System.Double,System.Collections.Generic.List{System.Int32}@)"\]

See Also

Reference

RootsPolynomial Class
netDxf.GTE Namespace

Clone this wiki locally