ILNumerics - Technical Application Development
Assembly: ILNumerics.Computing (in ILNumerics.Computing.dll) Version: 5.5.0.0 (5.5.7503.3146)
Note: This API is now obsolete.
Creates a complex array from a real array. This alias for ccomplex(A,0) is now deprecated.
[ILNumerics Computing Engine]
Namespace: ILNumerics
Assembly: ILNumerics.Computing (in ILNumerics.Computing.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax
[ObsoleteAttribute("Replace real2complex(A) with: ccomplex(A,0)!")] public static RetArray<fcomplex> real2complex( InArray<float> A )
Parameters
- A
- Type: ILNumericsInArraySingle
Real array A.
Return Value
Type: RetArrayfcomplexRemarks
[ILNumerics Computing Engine]
See Also