Welcome to the Exelis VIS product documentation center! Here you will find reference guides, help documents, and product libraries. Discover the products including ENVI, IDL, and ENVI LiDAR, and solutions developed by Exelis VIS at www.exelisvis.com.


COMPLEXARR

COMPLEXARR

The COMPLEXARR function returns a complex, single-precision, floating-point vector or array.

Examples


To create an empty, 5-element by 5-element, complex array C, enter:

C = COMPLEXARR(5, 5)

Syntax


Result = COMPLEXARR( D1[, ..., D8] [, /NOZERO] )

Return Value


Returns a complex, single-precision, floating-point vector or array.

Arguments


Di

Either an array or a series of scalar expressions specifying the dimensions of the result. If a single argument is specified, it can be either a scalar expression or an array of up to eight elements. If multiple arguments are specified, they must all be scalar expressions. Up to eight dimensions can be specified.

Keywords


NOZERO

Normally, COMPLEXARR sets every element of the result to zero. If the NOZERO keyword is set, this zeroing is not performed, and COMPLEXARR executes faster.

Version History


Original

Introduced

See Also


DBLARR, DCOMPLEXARR, FLTARR, INTARR, LON64ARR, LONARR, MAKE_ARRAY, STRARR, UINTARR, ULON64ARR, ULONARR



Comments


This page has no comments yet. Be the first one!

© 2013 Exelis Visual Information Solutions