ArrowDecimal128

描述

class Arrow.Decimal128 : GObject.Object {
  parent_instance: GObject
}
暂无描述。

祖先

构造函数

garrow_decimal128_new_integer
暂无描述。

自:0.10.0

garrow_decimal128_new_string
暂无描述。

自:0.10.0

实例方法

garrow_decimal128_abs

计算 decimal 的绝对值,并将其赋值给自身。

自:0.10.0

garrow_decimal128_copy
暂无描述。

自:3.0.0

garrow_decimal128_divide
暂无描述。

自:0.11.0

garrow_decimal128_equal
暂无描述。

自:0.12.0

garrow_decimal128_greater_than
暂无描述。

自:0.12.0

garrow_decimal128_greater_than_or_equal
暂无描述。

自:0.12.0

garrow_decimal128_less_than
暂无描述。

自:0.12.0

garrow_decimal128_less_than_or_equal
暂无描述。

自:0.12.0

garrow_decimal128_minus
暂无描述。

自:0.11.0

garrow_decimal128_multiply
暂无描述。

自:0.11.0

garrow_decimal128_negate

decimal 的当前值取反,并将其赋值给自身。

自:0.10.0

garrow_decimal128_not_equal
暂无描述。

自:0.12.0

garrow_decimal128_plus
暂无描述。

自:0.11.0

garrow_decimal128_rescale
暂无描述。

自:0.15.0

garrow_decimal128_to_bytes
暂无描述。

自:3.0.0

garrow_decimal128_to_integer
暂无描述。

自:0.10.0

garrow_decimal128_to_string
暂无描述。

自:0.10.0

garrow_decimal128_to_string_scale
暂无描述。

自:0.10.0

继承自 GObject 的方法 (43)

请参阅 GObject 获取完整的方法列表。

属性

Arrow.Decimal128:decimal128
暂无描述。

信号

继承自 GObject 的信号 (1)
GObject::notify

当对象的某个属性的值通过 g_object_set_property()、g_object_set() 等设置时,会发出 notify 信号。

类结构

struct ArrowDecimal128Class {
  GObjectClass parent_class;
  
}
暂无描述。
类成员
parent_class: GObjectClass
暂无描述。