arrow.round_to_multiple_options

Module for [RoundToMultipleOptions] class

Types 3

Methods
GType _gType() @property
RoundToMultipleOptions self()Returns `this`, for use in `with` statements.
RoundToMultipleOptionsGidBuilder builder()Get builder for [arrow.roundtomultiple_options.RoundToMultipleOptions] Returns: New builder object
arrow.types.RoundMode mode() @propertyGet `mode` property. Returns: The rounding and tie-breaking mode.
void mode(arrow.types.RoundMode propval) @propertySet `mode` property. Params: propval = The rounding and tie-breaking mode.
arrow.scalar.Scalar multiple() @propertyGet `multiple` property. Returns: The rounding scale (multiple to round to).
void multiple(arrow.scalar.Scalar propval) @propertySet `multiple` property. Params: propval = The rounding scale (multiple to round to).
Constructors
this(void * ptr, Flag!"Take" take)
Methods
T mode(arrow.types.RoundMode propval)Set `mode` property. Params: propval = The rounding and tie-breaking mode. Returns: Builder instance for fluent chaining
T multiple(arrow.scalar.Scalar propval)Set `multiple` property. Params: propval = The rounding scale (multiple to round to).

Fluent builder for [arrow.round_to_multiple_options.RoundToMultipleOptions]