The Index of this Layer.
Namespace: Imsl.DataMining.NeuralAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntaxpublic virtual int Index { get; set; }Public Overridable Property Index As Integer
Get
Set
public:
virtual property int Index {
int get ();
void set (int value);
}abstract Index : int with get, set
override Index : int with get, set
Return Value
Type:
Int32
An
int which contains the value of property
Index.
See Also