|
MatReaderItem Property (Int32)
|
Gets a child object contained in this node.
Namespace:
Accord.IO
Assembly:
Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax public MatNode this[
int key
] { get; }
Public ReadOnly Default Property Item (
key As Integer
) As MatNode
Get
Request Example
View SourceParameters
- key
- Type: SystemInt32
The field index.
Property Value
Type:
MatNodeSee Also