VarianceOptions

Constructors

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

Members

Functions

self
VarianceOptions self()

Returns this, for use in with statements.

Properties

ddof
int ddof [@property getter]

Get ddof property.

ddof
int ddof [@property setter]

Set ddof property.

gType
GType gType [@property getter]
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()

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_()