類別

ArrowDecimal32

描述

class Arrow.Decimal32 : GObject.Object {
  parent_instance: GObject
}
目前尚無描述。

祖先

建構子

garrow_decimal32_new_integer
目前尚無描述。

始於: 19.0.0

garrow_decimal32_new_string
目前尚無描述。

始於: 19.0.0

實例方法

garrow_decimal32_abs

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

始於: 19.0.0

garrow_decimal32_copy
目前尚無描述。

始於: 19.0.0

garrow_decimal32_divide
目前尚無描述。

始於: 19.0.0

garrow_decimal32_equal
目前尚無描述。

始於: 19.0.0

garrow_decimal32_greater_than
目前尚無描述。

始於: 19.0.0

garrow_decimal32_greater_than_or_equal
目前尚無描述。

始於: 19.0.0

garrow_decimal32_less_than
目前尚無描述。

始於: 19.0.0

garrow_decimal32_less_than_or_equal
目前尚無描述。

始於: 19.0.0

garrow_decimal32_minus
目前尚無描述。

始於: 19.0.0

garrow_decimal32_multiply
目前尚無描述。

始於: 19.0.0

garrow_decimal32_negate

破壞性地否定 decimal 的目前值。

始於: 19.0.0

garrow_decimal32_not_equal
目前尚無描述。

始於: 19.0.0

garrow_decimal32_plus
目前尚無描述。

始於: 19.0.0

garrow_decimal32_rescale
目前尚無描述。

始於: 19.0.0

garrow_decimal32_to_bytes
目前尚無描述。

始於: 19.0.0

garrow_decimal32_to_integer
目前尚無描述。

始於: 19.0.0

garrow_decimal32_to_string
目前尚無描述。

始於: 19.0.0

garrow_decimal32_to_string_scale
目前尚無描述。

始於: 19.0.0

繼承自 GObject (43) 的方法

請參閱 GObject 以取得完整的方法列表。

屬性

Arrow.Decimal32:decimal32
目前尚無描述。

訊號

繼承自 GObject (1) 的訊號
GObject::notify

當物件的其中一個屬性透過 g_object_set_property()、g_object_set() 等設定其值時,會發出 notify 訊號。

類別結構

struct ArrowDecimal32Class {
  GObjectClass parent_class;
  
}
目前尚無描述。
類別成員
parent_class: GObjectClass
目前尚無描述。