ComplexNumLibDIntegrate2 Method
            Integrate
            
Namespace: Metas.UncLib.Core.NdimsAssembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 2.9.9393.15154
public static Complex<D> Integrate2(
	double[] x,
	ComplexNArray<D> y,
	int n
)
Public Shared Function Integrate2 ( 
	x As Double(),
	y As ComplexNArray(Of D),
	n As Integer
) As Complex(Of D)
public:
static Complex<D> Integrate2(
	array<double>^ x, 
	ComplexNArray<D>^ y, 
	int n
)
static member Integrate2 : 
        x : float[] * 
        y : ComplexNArray<'D> * 
        n : int -> Complex<'D> 
- x  Double
- X Values
- y  ComplexNArrayD
- Y Values
- n  Int32
- Order
ComplexDIntegral