The Index of this Layer.

Namespace: Imsl.DataMining.Neural
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public virtual int Index { get; set; }
Visual Basic (Declaration)
Public Overridable Property Index As Integer
Visual C++
public:
virtual property int Index {
	int get ();
	void set (int value);
}

Return Value

An int which contains the value of property Index.

See Also