NCL Home > Documentation > HLUs > API

NhlNumber

No corresponding Fortran routine.

This cpp macro determines the number of elements in a fixed-size array.


C Synopsis

#include <ncarg/hlu/hlu.h>

unsigned int NhlNumber(
		Array variable
		)

Arguments

Array variable (input)
Specifies a fixed-size array variable.

Description

This cpp macro is used to determine the number of elements in a fixed-size array. Since it is a cpp macro, it is only available from the C interface.

Return values

The number of elements in the given array.