Number of output nodes.


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

Syntax

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

See Also