|
MatNodeGetValueT Method
|
Gets the object value contained at this node, if any.
Its type can be known by checking the Type
property of this node.
Namespace:
Accord.IO
Assembly:
Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax Public Function GetValue(Of T) As T
Request Example
View SourceType Parameters
- T
- The object type, if known.
Return Value
Type:
TThe object stored at this node.
See Also