ILNumerics Ultimate VS

H5DatasetSize Property

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
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

public RetArray<long> Size { get; }

Property Value

Type: RetArrayInt64
Remarks

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

Reference