public class ComplexNumLib<D> : NumLib<ComplexNArray<D>, Complex<D>>
where D : new(), Object, IRealNumber<D>
Public Class ComplexNumLib(Of D As {New, Object, IRealNumber(Of D)})
	Inherits NumLib(Of ComplexNArray(Of D), Complex(Of D))generic<typename D>
where D : gcnew(), Object, IRealNumber<D>
public ref class ComplexNumLib : public NumLib<ComplexNArray<D>^, Complex<D>>type ComplexNumLib<'D when 'D : new() and Object and IRealNumber<'D>> = 
    class
        inherit NumLib<ComplexNArray<'D>, Complex<'D>>
    end| ComplexNumLibD | Initializes a new instance of the ComplexNumLibD class | 
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | 
| Fft | Fast Fourier transform | 
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | 
| GetHashCode | Serves as the default hash function. (Inherited from Object) | 
| GetType | Gets the Type of the current instance. (Inherited from Object) | 
| Ifft | Inverse Fast Fourier transform | 
| Integrate | Integrate | 
| Integrate2 | Integrate | 
| Interpolation(Double, ComplexNArrayD, Int32, Double) | Interpolation | 
| Interpolation(Double, ComplexNArrayD, Int32, Double) | Interpolation | 
| Interpolation2(Double, ComplexNArrayD, Int32, Double) | Interpolation with linear uncertainty interpolation | 
| Interpolation2(Double, ComplexNArrayD, Int32, Double) | Interpolation with linear uncertainty interpolation | 
| InterpolationMagPhase2 | Interpolation in mag phase with linear uncertainty interpolation | 
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | 
| PolyFit | Fit polynomial to data | 
| SplineInterpolation2 | Spline interpolation with linear uncertainty interpolation | 
| SplineInterpolationMagPhase2 | Spline interpolation in mag phase with linear uncertainty interpolation | 
| ToString | Returns a string that represents the current object. (Inherited from Object) |