ArrowDecimal64

描述

class Arrow.Decimal64 : GObject.Object {
  parent_instance: GObject
}
没有可用的描述。

祖先

构造函数

garrow_decimal64_new_integer
没有可用的描述。

since: 19.0.0

garrow_decimal64_new_string
没有可用的描述。

since: 19.0.0

实例方法

garrow_decimal64_abs

破坏性地计算 decimal 的绝对值。

since: 19.0.0

garrow_decimal64_copy
没有可用的描述。

since: 19.0.0

garrow_decimal64_divide
没有可用的描述。

since: 19.0.0

garrow_decimal64_equal
没有可用的描述。

since: 19.0.0

garrow_decimal64_greater_than
没有可用的描述。

since: 19.0.0

garrow_decimal64_greater_than_or_equal
没有可用的描述。

since: 19.0.0

garrow_decimal64_less_than
没有可用的描述。

since: 19.0.0

garrow_decimal64_less_than_or_equal
没有可用的描述。

since: 19.0.0

garrow_decimal64_minus
没有可用的描述。

since: 19.0.0

garrow_decimal64_multiply
没有可用的描述。

since: 19.0.0

garrow_decimal64_negate

破坏性地取反 decimal 的当前值。

since: 19.0.0

garrow_decimal64_not_equal
没有可用的描述。

since: 19.0.0

garrow_decimal64_plus
没有可用的描述。

since: 19.0.0

garrow_decimal64_rescale
没有可用的描述。

since: 19.0.0

garrow_decimal64_to_bytes
没有可用的描述。

since: 19.0.0

garrow_decimal64_to_integer
没有可用的描述。

since: 19.0.0

garrow_decimal64_to_string
没有可用的描述。

since: 19.0.0

garrow_decimal64_to_string_scale
没有可用的描述。

since: 19.0.0

GObject (43) 继承的方法

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

属性

Arrow.Decimal64:decimal64
没有可用的描述。

信号

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

当对象的一个属性通过 g_object_set_property(), g_object_set(), et al. 设置其值时,会发出 notify 信号。

类结构

struct ArrowDecimal64Class {
  GObjectClass parent_class;
  
}
没有可用的描述。
类成员
parent_class: GObjectClass
没有可用的描述。