ILNumerics - Technical Application Development
Assembly: ILNumerics.IO.HDF5 (in ILNumerics.IO.HDF5.dll) Version: 5.5.0.0 (5.5.7503.3146)
Gets the current size of the dataset [readonly].
[ILNumerics HDF5 Module]
Namespace: ILNumerics.IO.HDF5
Assembly: ILNumerics.IO.HDF5 (in ILNumerics.IO.HDF5.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax
Property Value
Type: RetArrayInt64Remarks
The size corresponds to the length of any dimension currently stored into the dataset. The dimension length may change for existing datasets until MaxSize is reached. ILNumerics does not requires you to change dimensions explicitly. Rather, one uses the SetT(BaseArrayT, BaseArray) function in order to expand datasets automatically.
[ILNumerics HDF5 Module]
See Also