Documentation
Dlang.org
FloatDataType
arrow
float_data_type
class
FloatDataType :
FloatingPointDataType
{
this
(void* ptr, Flag!"Take" take);
static
GType
getGType
();
GType
gType
[@property getter];
FloatDataType
self
();
this
();
}
Constructors
this
this
(void* ptr, Flag!"Take" take)
this
this
()
Members
Functions
self
FloatDataType
self
()
Returns
this
, for use in
with
statements.
Properties
gType
GType
gType
[@property getter]
Static functions
getGType
GType
getGType
()
Inherited Members
From FloatingPointDataType
getGType
GType
getGType
()
gType
GType
gType
[@property getter]
self
FloatingPointDataType
self
()
Returns
this
, for use in
with
statements.
arrow
float_data_type
classes
FloatDataType