Method

ArrowDecimal128divide

Declaration [src]

GArrowDecimal128*
garrow_decimal128_divide (
  GArrowDecimal128* left,
  GArrowDecimal128* right,
  GArrowDecimal128** remainder,
  GError** error
)

Description

No description available.
Available since:0.11.0

Parameters

right GArrowDecimal128
 

A GArrowDecimal128.

 The data is owned by the caller of the function.
remainder GArrowDecimal128
 

A return location for the remainder value of these decimals. The returned GArrowDecimal128 be unreferred with g_object_unref() when no longer needed.

 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 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.