VarianceOptions

Constructors

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

Members

Functions

self
VarianceOptions self()

Returns this, for use in with statements.

Properties

_gType
GType _gType [@property getter]
ddof
int ddof [@property getter]

Get ddof property.

ddof
int ddof [@property setter]

Set ddof property.

minCount
uint minCount [@property getter]

Get minCount property.

minCount
uint minCount [@property setter]

Set minCount property.

skipNulls
bool skipNulls [@property getter]

Get skipNulls property.

skipNulls
bool skipNulls [@property setter]

Set skipNulls property.

Static functions

_getGType
GType _getGType()
builder
VarianceOptionsGidBuilder builder()

Get builder for arrow.variance_options.VarianceOptions

Inherited Members

From FunctionOptions

_getGType
GType _getGType()
_gType
GType _gType [@property getter]
self
FunctionOptions self()

Returns this, for use in with statements.

builder
FunctionOptionsGidBuilder builder()

Get builder for arrow.function_options.FunctionOptions

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