data_type
|
IN:
|
Data type
|
Example
Assuming that DFNT_INT8 has been defined and i8data is an array with 8-bit integer data, the following code fragment writes out 8-bit integers to a scientific dataset.
DFSDsetNT(DFNT_INT8); DFSDadddata("myfile.hdf", rank, dims, i8data);
FORTRAN
|
integer function dssnt(num_type)
|
|
integer num_type
|