RoundToMultipleOptions

Constructors

this
this(void* ptr, Flag!"Take" take)
this
this()

Members

Functions

self
RoundToMultipleOptions self()

Returns this, for use in with statements.

Properties

gType
GType gType [@property getter]
mode
arrow.types.RoundMode mode [@property getter]

Get mode property.

mode
arrow.types.RoundMode mode [@property setter]

Set mode property.

multiple
arrow.scalar.Scalar multiple [@property getter]

Get multiple property.

multiple
arrow.scalar.Scalar multiple [@property setter]

Set multiple property.

Static functions

getGType
GType getGType()

Inherited Members

From FunctionOptions

getGType
GType getGType()
gType
GType gType [@property getter]
self
FunctionOptions self()

Returns this, for use in with statements.

equal
bool equal(arrow.function_options.FunctionOptions otherOptions)
toString_
string toString_()