Total number of nodes in the network.


Namespace: xpidea.neuro.net
Assembly: xpidea.neuro.net (in xpidea.neuro.net.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property NodesCount As Integer
C#
public int NodesCount { get; }
C++
public property int NodesCount sealed  {
    int get();
}
J#
/** property */
public int get_NodesCount();
JScript
public function get NodesCount() : int

See Also