未验证 提交 30057b79 编写于 作者: 马根堂 提交者: Gitee

update zh-cn/application-dev/reference/apis/js-apis-rpc.md.

Signed-off-by: N18392170496 <magentang3@huawei.com>
上级 1fd8f3c2
......@@ -1322,7 +1322,7 @@ writeFloatArray(floatArray: number[]): boolean
**参数:**
| 参数名 | 类型 | 必填 | 说明 |
| -------- | -------- | -------- | -------- |
| floatArray | number[] | 是 | 要写入的浮点数组。 |
| floatArray | number[] | 是 | 要写入的浮点数组。由于系统内部对float类型的数据是按照double处理的,使用时对于数组所占的总字节数应按照double类型来计算。 |
**返回值:**
| 类型 | 说明 |
......@@ -1398,7 +1398,7 @@ writeDoubleArray(doubleArray: number[]): boolean
**参数:**
| 参数名 | 类型 | 必填 | 说明 |
| -------- | -------- | -------- | -------- |
| doubleArray | number[] | 是 | 要写入的双精度浮点数组。 |
| doubleArray | number[] | 是 | 要写入的双精度浮点数组。由于系统内部对float类型的数据是按照double处理的,使用时对于数组所占的总字节数应按照double类型来计算。 |
**返回值:**
| 类型 | 说明 |
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册