nnodes


Description:

public int nnodes ()

Gets the number of nodes in a Tree.

Parameters:

this

a Tree

Returns:

the number of nodes in this

The node counter value type is really a Signal, but it is returned as a int due to backward compatibility issues (can be cast back to Signal to support its full range of values).