API 版本:1.0
库版本:20.0.0
由 gi-docgen 2023.1 生成
始于:3.0.0
gboolean garrow_decimal256_less_than_or_equal ( GArrowDecimal256* decimal, GArrowDecimal256* other_decimal )
可用版本:3.0.0
other_decimal
类型: GArrowDecimal256
GArrowDecimal256
要比较的 GArrowDecimal256。
类型: gboolean
gboolean
如果该 decimal 小于或等于另一个 decimal,则为 TRUE,否则为 FALSE。
TRUE
FALSE