Interface IH5FillValue
- Namespace
- PureHDF
- Assembly
- PureHDF.dll
An HDF5 fill value.
public interface IH5FillValue
Properties
Value
Gets the raw fill value as array of byte.
byte[]? Value { get; }
Property Value
- byte[]
Methods
GetValue<T>()
Gets the fill value as value of type T. The type parameter T must match the unmanaged constraint.
T? GetValue<T>() where T : unmanaged
Returns
- T?
Type Parameters
T