|
MatNodeItem Property (Int32)
|
Gets the child fields contained under the given name.
Namespace:
Accord.IO
Assembly:
Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax public MatNode this[
int name
] { get; }
Public ReadOnly Default Property Item (
name As Integer
) As MatNode
Get
Request Example
View SourceParameters
- name
- Type: SystemInt32
The name of the field to be retrieved.
Property Value
Type:
MatNodeSee Also