H5T_COMPLEX-class: Class for HDF5 complex datatypes

H5T_COMPLEX-classR Documentation

Class for HDF5 complex datatypes

Description

In HDF5, complex numbers don't actually exist. They are represented as H5T_COMPOUND with two columns named Real and Imaginary. Inherits from class H5T_COMPOUND.

Value

Object of class H5T_COMPLEX.

Methods

new(id = NULL)

Create a new complex datatype

Parameters

id

Internal use only

Author(s)

Holger Hoefling

See Also

H5T, H5T_COMPOUND


hdf5r documentation built on Jan. 22, 2023, 1:12 a.m.