arrow.decimal32

Module for Decimal32 class

Types 3

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

Fluent builder implementation template for arrow.decimal32.Decimal32

Methods
T decimal32(void * propval)

Fluent builder for arrow.decimal32.Decimal32

Methods
Decimal32 build()Create object from builder. Returns: New object