方法

ArrowDecimal256not_equal (不等于)

起始版本: 3.0.0

声明 [src]

gboolean
garrow_decimal256_not_equal (
  GArrowDecimal256* decimal,
  GArrowDecimal256* other_decimal
)

描述

没有可用的描述。

可用版本: 3.0.0

参数

other_decimal (另一个十进制数)

类型: GArrowDecimal256

要比较的 GArrowDecimal256

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

返回值

类型: gboolean

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