RootsPolynomialGetRootInfoCubic Method

Definition

Namespace: netDxf.GTE
Assembly: PCBI.DXF_Library (in PCBI.DXF_Library.dll) Version: 17.0.0.0 (17.0.0.0)
C#
public static void GetRootInfoCubic(
	double p0,
	double p1,
	double p2,
	double p3,
	out List<int> info
)

Parameters

p0  Double
 
p1  Double
 
p2  Double
 
p3  Double
 
info  ListInt32
 

See Also