int LengthNodeList_bn ( const nodelist_bn*  nodes )

Returns the number of nodes in the list nodes.

Remember that some of the 'nodes' may actually be NULL entries, if you set them to NULL, or you created the list using NewNodeList2_bn with nonzero length and never completely filled it. Netica functions that return node lists will never return a node list having NULL entries unless that possibility is specifically mentioned in the documentation for that function.

Version:

This function is available in all versions.