Method
ArrowDecimal128divide
Declaration [src]
GArrowDecimal128*
garrow_decimal128_divide (
GArrowDecimal128* left,
GArrowDecimal128* right,
GArrowDecimal128** remainder,
GError** error
)
Parameters
right |
GArrowDecimal128 |
A |
|
The data is owned by the caller of the function. | |
remainder |
GArrowDecimal128 |
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: | GArrowDecimal128 |
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 . |