RootsPolynomialGetRootInfoCubic Method
Namespace: netDxf.GTEAssembly: PCBI.DXF_Library (in PCBI.DXF_Library.dll) Version: 17.0.0.0 (17.0.0.0)
public static void GetRootInfoCubic(
double p0,
double p1,
double p2,
double p3,
out List<int> info
)
Public Shared Sub GetRootInfoCubic (
p0 As Double,
p1 As Double,
p2 As Double,
p3 As Double,
<OutAttribute> ByRef info As List(Of Integer)
)
public:
static void GetRootInfoCubic(
double p0,
double p1,
double p2,
double p3,
[OutAttribute] List<int>^% info
)
static member GetRootInfoCubic :
p0 : float *
p1 : float *
p2 : float *
p3 : float *
info : List<int> byref -> unit
Parameters
- p0 Double
-
- p1 Double
-
- p2 Double
-
- p3 Double
-
- info ListInt32
-