Method Read
member Read: string -> array<'T> * int64 list
Read data array from HDF5 file.
Declaration
member Read: name:string -> array<'T> * int64 list
Parameters
Type | Name | Description |
---|---|---|
string | name | HDF5 path to read from. |
Returns
Type | Description |
---|---|
array<'T> * int64 list | A tuple of |
Type Parameters
Name | Description |
---|---|
'T | Type of the data. |
Remarks
The type 'T
must match the data type stored in the HDF5 file, otherwise an exception is raised.