IComplexNumLibPolyFit Method

Definition

Namespace: Metas.UncLibCOM.Core.Interface
Assembly: Metas.UncLibCOM.Core (in Metas.UncLibCOM.Core.dll) Version: 2.8.9053.20212
C#
ComplexArray PolyFit(
	ComplexArray x,
	ComplexArray y,
	int n
)

Parameters

x  ComplexArray
 
y  ComplexArray
 
n  Int32
 

Return Value

ComplexArray

See Also