Current neighborhood size.


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

Syntax

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

See Also