---
title: 更改数据集维度
description: "更改数据集维度的大小。"
url: https://www.hikunpeng.com/document/detail/zh/hpchistory/hpckit/develop2400/userg_hyperio_0101.html
sourcePath: /source/zh/hpchistory/hpckit/develop2400/userg_hyperio_0101.html
indexId: 53c984ce9b6626a4f92da0bfdecfabafd5e648d70e2fee337e54df42c4a0aaac64
---
# 更改数据集维度

#### 函数定义

更改数据集维度的大小。

herr_t H5Dset_extent(hid_t datasetId, const hsize_t dims[])


#### 参数

| 参数名 | 描述 | 取值范围 | 输入/输出 |
| --- | --- | --- | --- |
| datasetId | 数据集标识符。 | 整数 | 输入 |
| dims[] | 包含数据集每个维度的新幅度的数组。 | 非空 | 输入 |


#### 返回值

- 成功：返回非负值。
- 失败：返回负值。
