Initializing help system before first use

getsetsize

getsetsize


Purpose
Get the size of a set.
Synopsis
unsigned int getsetsize(XPRMset set);
Argument
set 
Reference to a set
Return value
Size (=number of elements) of the set.
Further information
This function returns the size, that is the number of elements, of a given set.
Related topics