ILNumerics Ultimate VS

ExtensionMethodsimag Method (BaseArraycomplex)

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
[numpy API] Extract imaginary 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

public static RetArray<double> imag(
	this BaseArray<complex> A
)

Parameters

A
Type: ILNumericsBaseArraycomplex
Source array.

Return Value

Type: RetArrayDouble
Array with the imaginary 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

Reference