方法

ArrowDecimal32greater_than(大于)

since: 19.0.0

声明 [src]

gboolean
garrow_decimal32_greater_than (
  GArrowDecimal32* decimal,
  GArrowDecimal32* other_decimal
)

描述

没有可用的描述。

可用版本: 19.0.0

参数

other_decimal(另一个十进制数)

类型: GArrowDecimal32

要比较的 GArrowDecimal32

数据由函数的调用者拥有。

返回值

类型: gboolean

如果十进制数大于另一个十进制数,则为 TRUE,否则为 FALSE