Click or drag to resize

ProfileInterfaceFitPoly1DToPoints Method

Namespace:  LynceeTec.Processing
Assembly:  LynceeTec.InterfaceProcessing (in LynceeTec.InterfaceProcessing.dll) Version: 0.0.0.0
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