Click or drag to resize

ProfileInterfaceFitPoly1DToPoints Method

Namespace:  LynceeTec.Processing
Assembly:  LynceeTec.Processing (in LynceeTec.Processing.dll) Version: 6.6.0 6_6_dev_win7 eedf306, built 2018-03-20 10:08:02 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