Inherits from class H5T
. Users should not create float types with this class, but instead
use e.g. h5types$H5T_NATIVE_DOUBLE
. Using the functions of this class, many aspects of the representation of the
floating point number can then be manipulated.
Object of class H5T_FLOAT
.
set_fields(spos, epos, esize, mpos, msize)
This function implements the HDF5-API function H5Tset_fields. Please see the documentation at https://portal.hdfgroup.org/display/HDF5/H5T_SET_FIELDS for details.
get_fields()
This function implements the HDF5-API function H5Tget_fields. Please see the documentation at https://portal.hdfgroup.org/display/HDF5/H5T_GET_FIELDS for details.
set_ebias(ebias)
This function implements the HDF5-API function H5Tset_ebias. Please see the documentation at https://portal.hdfgroup.org/display/HDF5/H5T_SET_EBIAS for details.
get_ebias()
This function implements the HDF5-API function H5Tget_ebias. Please see the documentation at https://portal.hdfgroup.org/display/HDF5/H5T_GET_EBIAS for details.
set_norm(norm)
This function implements the HDF5-API function H5Tset_norm. Please see the documentation at https://portal.hdfgroup.org/display/HDF5/H5T_SET_NORM for details.
get_norm()
This function implements the HDF5-API function H5Tget_norm. Please see the documentation at https://portal.hdfgroup.org/display/HDF5/H5T_GET_NORM for details.
set_inpad(inpad)
This function implements the HDF5-API function H5Tset_inpad. Please see the documentation at https://portal.hdfgroup.org/display/HDF5/H5T_SET_INPAD for details.
get_inpad()
This function implements the HDF5-API function H5Tget_inpad. Please see the documentation at https://portal.hdfgroup.org/display/HDF5/H5T_GET_INPAD for details.
describe()
Print a detailed description of the datatype; this is experimental