類別

ArrowDecimal256

描述

class Arrow.Decimal256 : GObject.Object {
  parent_instance: GObject
}
無可用描述。

祖先

建構子

garrow_decimal256_new_integer
無可用描述。

自版本:3.0.0 起

garrow_decimal256_new_string
無可用描述。

自版本:3.0.0 起

實例方法

garrow_decimal256_abs

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

自版本:3.0.0 起

garrow_decimal256_copy
無可用描述。

自版本:3.0.0 起

garrow_decimal256_divide
無可用描述。

自版本:3.0.0 起

garrow_decimal256_equal
無可用描述。

自版本:3.0.0 起

garrow_decimal256_greater_than
無可用描述。

自版本:3.0.0 起

garrow_decimal256_greater_than_or_equal
無可用描述。

自版本:3.0.0 起

garrow_decimal256_less_than
無可用描述。

自版本:3.0.0 起

garrow_decimal256_less_than_or_equal
無可用描述。

自版本:3.0.0 起

garrow_decimal256_multiply
無可用描述。

自版本:3.0.0 起

garrow_decimal256_negate

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

自版本:3.0.0 起

garrow_decimal256_not_equal
無可用描述。

自版本:3.0.0 起

garrow_decimal256_plus
無可用描述。

自版本:3.0.0 起

garrow_decimal256_rescale
無可用描述。

自版本:3.0.0 起

garrow_decimal256_to_bytes
無可用描述。

自版本:3.0.0 起

garrow_decimal256_to_string
無可用描述。

自版本:3.0.0 起

garrow_decimal256_to_string_scale
無可用描述。

自版本:3.0.0 起

繼承自 GObject 的方法 (43)

請參閱 GObject 以查看完整的方法列表。

屬性

Arrow.Decimal256:decimal256
無可用描述。

信號

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

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

類別結構

struct ArrowDecimal256Class {
  GObjectClass parent_class;
  
}
無可用描述。
類別成員
parent_class: GObjectClass
無可用描述。