Method
ArrowDecimal64less_than_or_equal
since: 19.0.0
[−]
Declaration [src]
gboolean
garrow_decimal64_less_than_or_equal (
GArrowDecimal64* decimal,
GArrowDecimal64* other_decimal
)
[−]
Parameters
other_decimal
-
Type:
GArrowDecimal64
A
GArrowDecimal64
to be compared.The data is owned by the caller of the function.
[−]
Return value
Type: gboolean
TRUE
if the decimal is less than the other decimal
or equal to the other decimal, FALSE
otherwise.