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.


N_PARAMS

N_PARAMS

The N_PARAMS function returns the number of parameters used in calling an IDL procedure or function. This function is only useful within IDL procedures or functions. User-written procedures and functions can use N_PARAMS to determine if they were called with optional parameters.

Note: In the case of object method procedures and functions, the SELF argument is not counted by N_PARAMS.

Syntax


Result = N_PARAMS()

Return Value


Returns the number of non-keyword parameters.

Arguments


None. This function always returns the number of parameters that were used in calling the procedure or function from which N_PARAMS is called.

Keywords


None.

Version History


Original

Introduced

See Also


KEYWORD_SET



Comments


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

© 2013 Exelis Visual Information Solutions