ILNumerics Ultimate VS

H5StringDataset Methods

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development

The H5StringDataset type exposes the following members.

Methods

  NameDescription
Public methodEquals (Inherited from H5Object.)
Public methodGet(BaseArray[])
Retrieve (sub-)array of strings from dataset.

[ILNumerics HDF5 Module]

Public methodGet(BaseArray[], Nullable<StringPadding>)
Retrieve (sub-)array of strings from dataset.

[ILNumerics HDF5 Module]

Public methodGetFillValue<T>
Gives the user defined fill value for the data set.

[ILNumerics HDF5 Module]

(Inherited from H5Dataset.)
Public methodGetHashCode (Inherited from H5Object.)
Public methodSet(BaseArray<String>,BaseArray[])
Alter the existing data stored in the file or parts of it.

[ILNumerics HDF5 Module]

Public methodSet(BaseArray<String>, StringPadding,BaseArray[])
Alter the existing data stored in the file or parts of it.

[ILNumerics HDF5 Module]

Public methodSet<T>(BaseArray<T>,BaseArray[])
Alter the existing data stored in the file or parts of it.

[ILNumerics HDF5 Module]

(Inherited from H5Dataset.)
Public methodSet<T>(BaseArray<T>,BaseArray[])
Alter elements of this dataset. Optionally provide a description of the range.

[ILNumerics HDF5 Module]

(Overrides H5Dataset.Set<T>(BaseArray<T>,BaseArray[]).)
Public methodToString (Inherited from H5Object.)
Top
Extension Methods

  NameDescription
Public Extension MethodGetH5ID
Retrieves the object ID used to identify the object within the HDF5 file ///

[ILNumerics HDF5 Module]

(Defined by Helper.)
Top
See Also

Reference