Class H5FillValue
An HDF5 fill value.
Inheritance
System.Object
H5FillValue
Namespace: HDF5.NET
Assembly: HDF5.NET.dll
Syntax
public class H5FillValue : object
Properties
| Improve this Doc View SourceValue
Gets the raw fill value as array of
Declaration
public byte[] Value { get; }
Property Value
| Type | Description |
|---|---|
| System.Byte[] |
Methods
| Improve this Doc View SourceGetValue<T>()
Gets the fill value as value of type T. The type parameter T must match the langword_csharp_unmanaged constraint.
Declaration
public T? GetValue<T>()
where T : struct
Returns
| Type | Description |
|---|---|
| System.Nullable<T> |
Type Parameters
| Name | Description |
|---|---|
| T |