 | ProfileInterfaceFitPoly1DToPoints Method |
Namespace:
LynceeTec.Processing
Assembly:
LynceeTec.InterfaceProcessing (in LynceeTec.InterfaceProcessing.dll) Version: 0.0.0.0
Syntaxpublic virtual int FitPoly1DToPoints(
double[] xPoints,
double[] yPoints,
int noPoints,
int fitDeg
)
public:
virtual int FitPoly1DToPoints(
array<double>^ xPoints,
array<double>^ yPoints,
int noPoints,
int fitDeg
)
Parameters
- xPoints
- Type: SystemDouble
- yPoints
- Type: SystemDouble
- noPoints
- Type: SystemInt32
- fitDeg
- Type: SystemInt32
Return Value
Type:
Int32Implements
IProfileDataFitPoly1DToPoints(Double, Double, Int32, Int32)
See Also