Click or drag to resize
Accord.NET (logo)

MatReaderReadT Method (String)

Reads an object from a given key.

Namespace:  Accord.IO
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public T Read<T>(
	string key
)
Request Example View Source

Parameters

key
Type: SystemString
The name of the object.

Type Parameters

T
The type of the object to be read.

Return Value

Type: T
See Also