arrow.decimal64

Module for [Decimal64] class

Types 3

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

Fluent builder for [arrow.decimal64.Decimal64]

Methods
Decimal64 build()