|
MatNodeItem Property (String)
|
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[
string name
] { get; }
Public ReadOnly Default Property Item (
name As String
) As MatNode
Get
Request Example
View SourceParameters
- name
- Type: SystemString
The name of the field to be retrieved.
Property Value
Type:
MatNodeSee Also