類別

ArrowDecimal128

描述

class Arrow.Decimal128 : GObject.Object {
  parent_instance: GObject
}
尚無描述。

繼承自

建構子

garrow_decimal128_new_integer
尚無描述。

since: 0.10.0

garrow_decimal128_new_string
尚無描述。

since: 0.10.0

實例方法

garrow_decimal128_abs

破壞性地計算 decimal 的絕對值。

since: 0.10.0

garrow_decimal128_copy
尚無描述。

since: 3.0.0

garrow_decimal128_divide
尚無描述。

since: 0.11.0

garrow_decimal128_equal
尚無描述。

since: 0.12.0

garrow_decimal128_greater_than
尚無描述。

since: 0.12.0

garrow_decimal128_greater_than_or_equal
尚無描述。

since: 0.12.0

garrow_decimal128_less_than
尚無描述。

since: 0.12.0

garrow_decimal128_less_than_or_equal
尚無描述。

since: 0.12.0

garrow_decimal128_minus
尚無描述。

since: 0.11.0

garrow_decimal128_multiply
尚無描述。

since: 0.11.0

garrow_decimal128_negate

破壞性地對 decimal 目前的值取反。

since: 0.10.0

garrow_decimal128_not_equal
尚無描述。

since: 0.12.0

garrow_decimal128_plus
尚無描述。

since: 0.11.0

garrow_decimal128_rescale
尚無描述。

since: 0.15.0

garrow_decimal128_to_bytes
尚無描述。

since: 3.0.0

garrow_decimal128_to_integer
尚無描述。

since: 0.10.0

garrow_decimal128_to_string
尚無描述。

since: 0.10.0

garrow_decimal128_to_string_scale
尚無描述。

since: 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
尚無描述。