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  Double
 
yPoints  Double
 
noPoints  Int32
 
fitDeg  Int32
 

Return Value

Int32

Implements

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