arrow.decimal256

Module for [Decimal256] class

Types 3

classDecimal256 : gobject.object.ObjectWrap
Methods
GType _gType() @property
Decimal256 self()Returns `this`, for use in `with` statements.
Decimal256GidBuilder builder()Get builder for [arrow.decimal256.Decimal256] Returns: New builder object
void abs()Computes the absolute value of the decimal destructively.
void negate()Negate the current value of the decimal destructively.
arrow.decimal256.Decimal256 rescale(int originalScale, int newScale)
string toString_()
string toStringScale(int scale)
Constructors
this(void * ptr, Flag!"Take" take)

Fluent builder for [arrow.decimal256.Decimal256]

Methods
Decimal256 build()