Method

ArrowDecimal256divide

Declaration [src]

GArrowDecimal256*
garrow_decimal256_divide (
  GArrowDecimal256* left,
  GArrowDecimal256* right,
  GArrowDecimal256** remainder,
  GError** error
)

Description

No description available.
Available since:3.0.0

Parameters

right GArrowDecimal256
 

A GArrowDecimal256.

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

A return location for the remainder value of these decimals. The returned GArrowDecimal256 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: GArrowDecimal256
 

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.