ILNumerics Ultimate VS

H5DatasetGetFillValueT Method

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Gives the user defined fill value for the data set.

[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 Object GetFillValue<T>()

Type Parameters

T
Fill value element type. Must be known by you and match the actual stored fill value type.

Return Value

Type: Object
The fill value configured for the data set or default(T).
Remarks

[ILNumerics HDF5 Module]

See Also

Reference