Method
ArrowDecimal64divide
since: 19.0.0
Declaration [src]
GArrowDecimal64*
garrow_decimal64_divide (
  GArrowDecimal64* left,
  GArrowDecimal64* right,
  GArrowDecimal64** remainder,
  GError** error
)
Parameters
- right
- 
            Type: GArrowDecimal64A GArrowDecimal64.The data is owned by the caller of the function. 
- remainder
- 
            Type: GArrowDecimal64A return location for the remainder value of these decimals. The returned GArrowDecimal64be unreferred withg_object_unref()when no longer needed.The argument will be set by the function. The argument can be set to NULLby the method.The instance takes ownership of the data, and is responsible for freeing it. 
- error
- 
            Type: GError **The return location for a recoverable error. The argument can be NULL.If the return location is not NULL, then you must initialize it to aNULLGError*.The argument will left initialized to NULLby the method if there are no errors.In case of error, the argument will be set to a newly allocated GError; the caller will take ownership of the data, and be responsible for freeing it.
Return value
Type: GArrowDecimal64
The divided value of
  these decimals or NULL on error.
| The caller of the method takes ownership of the data, and is responsible for freeing it. | 
| The return value can be NULL. |