Click or drag to resize
ProfileInterfaceFitPoly1DToPoints Method

Namespace: LynceeTec.Processing
Assembly: LynceeTec.Processing (in LynceeTec.Processing.dll) Version: 6.4.0.7 6_4_dev bc6b638, built 2016-11-07 15:44:14 UTC
Syntax
public virtual int FitPoly1DToPoints(
	double[] xPoints,
	double[] yPoints,
	int noPoints,
	int fitDeg
)

Parameters

xPoints
Type: SystemDouble
yPoints
Type: SystemDouble
noPoints
Type: SystemInt32
fitDeg
Type: SystemInt32

Return Value

Type: Int32

Implements

IProfileDataFitPoly1DToPoints(Double, Double, Int32, Int32)
See Also