ILNumerics - Technical Application Development
Top
Top
The H5StringDataset type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from H5Object.) |
![]() | Get(BaseArray) |
Retrieve (sub-)array of strings from dataset.
[ILNumerics HDF5 Module] |
![]() | Get(BaseArray, NullableStringPadding) |
Retrieve (sub-)array of strings from dataset.
[ILNumerics HDF5 Module] |
![]() | GetFillValueT |
Gives the user defined fill value for the data set.
(Inherited from H5Dataset.)[ILNumerics HDF5 Module] |
![]() | GetHashCode | (Inherited from H5Object.) |
![]() | Set(BaseArrayString, BaseArray) |
Alter the existing data stored in the file or parts of it.
[ILNumerics HDF5 Module] |
![]() | Set(BaseArrayString, StringPadding, BaseArray) |
Alter the existing data stored in the file or parts of it.
[ILNumerics HDF5 Module] |
![]() | SetT(BaseArrayT, BaseArray) |
Alter the existing data stored in the file or parts of it.
(Inherited from H5Dataset.)[ILNumerics HDF5 Module] |
![]() | SetT(BaseArrayT, BaseArray) |
Alter elements of this dataset. Optionally provide a description of the range.
(Overrides H5DatasetSetT(BaseArrayT, BaseArray).)[ILNumerics HDF5 Module] |
![]() | ToString | (Inherited from H5Object.) |
Extension Methods
Name | Description | |
---|---|---|
![]() | GetH5ID |
Retrieves the object ID used to identify the object within the HDF5 file
///
(Defined by Helper.)[ILNumerics HDF5 Module] |
See Also