API 版本: 1.0
库版本: 20.0.0
由 gi-docgen 2023.1 生成
since: 19.0.0
gboolean garrow_decimal32_greater_than ( GArrowDecimal32* decimal, GArrowDecimal32* other_decimal )
可用版本: 19.0.0
other_decimal(另一个十进制数)
类型: GArrowDecimal32
GArrowDecimal32
要比较的 GArrowDecimal32。
类型: gboolean
gboolean
如果十进制数大于另一个十进制数,则为 TRUE,否则为 FALSE。
TRUE
FALSE