Show / Hide Table of Contents

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 Source

Value

Gets the raw fill value as array of .

Declaration
public byte[] Value { get; }
Property Value
Type Description
System.Byte[]

Methods

| Improve this Doc View Source

GetValue<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
  • Improve this Doc
  • View Source
In This Article
Back to top Copyright © 2023 Vincent Wilms