arrow.decimal128

Module for [Decimal128] class

Types 3

classDecimal128 : gobject.object.ObjectWrap
Methods
GType _gType() @property
Decimal128 self()Returns `this`, for use in `with` statements.
Decimal128GidBuilder builder()Get builder for [arrow.decimal128.Decimal128] 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.decimal128.Decimal128 rescale(int originalScale, int newScale)
long toInteger()
string toString_()
string toStringScale(int scale)
Constructors
this(void * ptr, Flag!"Take" take)

Fluent builder for [arrow.decimal128.Decimal128]

Methods
Decimal128 build()