方法
ArrowDecimal256plus
自:3.0.0
声明 [源码]
GArrowDecimal256*
garrow_decimal256_plus (
GArrowDecimal256* left,
GArrowDecimal256* right
)
参数
right(右操作数)
-
类型:
GArrowDecimal256
一个
GArrowDecimal256
。数据由函数调用者拥有。
返回值
类型: GArrowDecimal256
这两个十进制数相加的值。
方法的调用者拥有数据的所有权,并负责释放它。 |