Purpose
Get the size
of an array.
Synopsis
unsigned int XPRMgetarrsize(XPRMarray array);
Argument
array
|
Reference to an array
|
Return value
Size (= total number of true entries) of the array.
Further information
This function returns the total number of true entries contained in the array.
Related topics