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[], Nullable<StringPadding>) |
Retrieve (sub-)array of strings from dataset.
[ILNumerics HDF5 Module] |
![]() | GetFillValue<T> |
Gives the user defined fill value for the data set.
(Inherited from H5Dataset.)[ILNumerics HDF5 Module] |
![]() | GetHashCode | (Inherited from H5Object.) |
![]() | Set(BaseArray<String>,BaseArray[]) |
Alter the existing data stored in the file or parts of it.
[ILNumerics HDF5 Module] |
![]() | Set(BaseArray<String>, StringPadding,BaseArray[]) |
Alter the existing data stored in the file or parts of it.
[ILNumerics HDF5 Module] |
![]() | Set<T>(BaseArray<T>,BaseArray[]) |
Alter the existing data stored in the file or parts of it.
(Inherited from H5Dataset.)[ILNumerics HDF5 Module] |
![]() | Set<T>(BaseArray<T>,BaseArray[]) |
Alter elements of this dataset. Optionally provide a description of the range.
(Overrides H5Dataset.Set<T>(BaseArray<T>,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