方法
ArrowDecimal32plus
自:19.0.0 起可用
声明 [src]
GArrowDecimal32*
garrow_decimal32_plus (
GArrowDecimal32* left,
GArrowDecimal32* right
)
参数
right
-
类型:
GArrowDecimal32
一个
GArrowDecimal32
。数据由函数调用者拥有。
返回值
类型: GArrowDecimal32
这两个十进制数相加的值。
方法的调用者拥有数据的所有权,并负责释放它。 |