Skip to content

Commit

Permalink
Remove a useless code sample in data-types.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Apollo3zehn committed Sep 4, 2024
1 parent de84afa commit f9b92ae
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions doc/writing/data-types.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,6 @@ Nullable value types (e.g. `int?`) require special handling within the HDF5 file

Summary: To represent nullable value types, we use the HDF5 internal variable-length sequence data type with a sequence length of `1`.

```
var file = new H5File
{
["opaque"] = new H5Dataset(data, opaqueInfo: opaqueInfo)
};
```

# Opaque Data

Create an instance of the `H5OpaqueInfo` type and pass it to the `H5Dataset` constructor to treat byte arrays as opaque data:
Expand Down

0 comments on commit f9b92ae

Please sign in to comment.