---
title: 获取数据类型大小
description: "获取原子数据类型的总大小。"
url: https://www.hikunpeng.com/document/detail/zh/kunpenghpcs/hpckit/devg/userg_hyperio_0127.html
sourcePath: /source/zh/kunpenghpcs/hpckit/devg/userg_hyperio_0127.html
indexId: d1c64e4ab8a6d35932eff26ef830facf36938817ebaff9705f55b39de2565df358
---
# 获取数据类型大小

#### 函数定义

获取原子数据类型的总大小。

size_t H5Tget_size(hid_t datatypeId)


#### 参数

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