Click or drag to resize
Accord.NET (logo)

NpzDictionaryTItem Property

Gets the array stored under the given key.

Namespace:  Accord.IO
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public T this[
	string key
] { get; }
Request Example View Source

Parameters

key
Type: SystemString
The key.

Property Value

Type: T
See Also