---
title: 设置数据类型精度
description: "设置数据类型精度。"
url: https://www.hikunpeng.com/document/detail/zh/kunpenghpcs/hpckit/devg/userg_hyperio_0129.html
sourcePath: /source/zh/kunpenghpcs/hpckit/devg/userg_hyperio_0129.html
indexId: f9737ff9fee8b6ff51df81002b55654dae3b361a9c3cec4ee13130dc5977e3aa58
---
# 设置数据类型精度

#### 函数定义

设置数据类型精度。

herr_t H5Tset_precision(hid_t datatype, size_t prec)


#### 参数

| 参数名 | 描述 | 取值范围 | 输入/输出 |
| --- | --- | --- | --- |
| datatype | 数据类型标识符。 | 整数 | 输入 |
| prec | 数据类型精度。 | 整数 | 输入 |
