Click or drag to resize
Accord.NET (logo)

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 T GetValue<T>()
Request Example View Source

Type Parameters

T
The object type, if known.

Return Value

Type: T
The object stored at this node.
See Also