Number of input nodes.
Namespace:
xpidea.neuro.net
Assembly: xpidea.neuro.net (in xpidea.neuro.net.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property InputNodesCount As Integer
|
| C# |
|---|
| public int InputNodesCount { get; } |
| C++ |
|---|
public property int InputNodesCount sealed { int get(); } |
| J# |
|---|
/** property */ public int get_InputNodesCount(); |
| JScript |
|---|
| public function get InputNodesCount() : int |
See Also