ILNumerics Ultimate VS

ILMathreal Method (BaseArraycomplex)

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Creates array with real parts of complex elements from A.

[ILNumerics Computing Engine]

Namespace:  ILNumerics
Assembly:  ILNumerics.Computing (in ILNumerics.Computing.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax

public static RetArray<double> real(
	BaseArray<complex> A
)

Parameters

A
Type: ILNumericsBaseArraycomplex
Complex input array.

Return Value

Type: RetArrayDouble
Array of the same shape and size as A with only the real parts.
Remarks

[ILNumerics Computing Engine]

See Also

Reference