方法

ArrowDecimal128less_than_or_equal(小于等于)

自:0.12.0 起可用

声明 [源代码]

gboolean
garrow_decimal128_less_than_or_equal (
  GArrowDecimal128* decimal,
  GArrowDecimal128* other_decimal
)

描述

暂无描述。

可用版本:自 0.12.0 起

参数

other_decimal(另一个十进制数)

类型: GArrowDecimal128

要比较的 GArrowDecimal128

数据由函数调用者拥有。

返回值

类型: gboolean(布尔值)

如果该十进制数小于或等于另一个十进制数,则返回 TRUE,否则返回 FALSE