ILNumerics - Technical Application Development
Assembly: ILNumerics.numpy (in ILNumerics.numpy.dll) Version: 5.5.0.0 (5.5.7503.3146)
Array with the real parts of A.
[numpy API] Extract real parts from this array.
[ILNumerics numpy Module]
Namespace: ILNumerics
Assembly: ILNumerics.numpy (in ILNumerics.numpy.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax
Parameters
- A
- Type: ILNumericsBaseArraycomplex
Source array.
Return Value
Type: RetArrayDoubleArray with the real parts of A.
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type BaseArraycomplex. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).Remarks
[ILNumerics numpy Module]
See Also