Method
ArrowDecimal256multiply
since: 3.0.0
Declaration [src]
GArrowDecimal256*
garrow_decimal256_multiply (
  GArrowDecimal256* left,
  GArrowDecimal256* right
)
Parameters
- right
- 
            Type: GArrowDecimal256A GArrowDecimal256.The data is owned by the caller of the function. 
Return value
Type: GArrowDecimal256
The multiplied value of these decimals.
| The caller of the method takes ownership of the data, and is responsible for freeing it. |