Setting the Data Type Precision
Function Syntax
Set the data type precision.
herr_t H5Tset_precision(hid_t datatype, size_t prec)
Parameters
Parameter |
Description |
Value Range |
Input/Output |
|---|---|---|---|
datatype |
Data type identifier |
Integer |
Input |
prec |
Data type precision |
Integer |
Input |
Parent topic: Data Type APIs