Method
ArrowDecimal256divide
Declaration [src]
GArrowDecimal256*
garrow_decimal256_divide (
GArrowDecimal256* left,
GArrowDecimal256* right,
GArrowDecimal256** remainder,
GError** error
)
Parameters
right |
GArrowDecimal256 |
A |
|
The data is owned by the caller of the function. | |
remainder |
GArrowDecimal256 |
A return location for the remainder
value of these decimals. The returned |
|
The argument will be set by the function. | |
The argument can be set to NULL . | |
The instance takes ownership of the data, and is responsible for freeing it. | |
error |
GError ** |
The return location for a GError* , or NULL . |
Return value
Returns: | GArrowDecimal256 |
The divided value of
these decimals or |
|
The caller of the method takes ownership of the data, and is responsible for freeing it. | |
The return value can be NULL . |