Method OpenRead
static member OpenRead: string -> HDF5
Opens the specified HDF5 file for reading.
Declaration
static member OpenRead: path:string -> HDF5
Parameters
| Type | Name | Description |
|---|---|---|
| string | path | The path to the HDF5 file. |
Returns
| Type | Description |
|---|---|
| HDF5 | An HDF5 object representing the opened file. |