|
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; }
Public ReadOnly Default Property Item (
key As String
) As T
Get
Request Example
View SourceParameters
- key
- Type: SystemString
The key.
Property Value
Type:
TSee Also