Documentation
Dlang.org
FloatScalar
arrow
float_scalar
class
FloatScalar :
Scalar
{
this
(void* ptr, Flag!"Take" take);
static
GType
getGType
();
GType
gType
[@property getter];
FloatScalar
self
();
this
(float value);
float
getValue
();
}
Constructors
this
this
(void* ptr, Flag!"Take" take)
this
this
(float value)
Members
Functions
getValue
float
getValue
()
self
FloatScalar
self
()
Returns
this
, for use in
with
statements.
Properties
gType
GType
gType
[@property getter]
Static functions
getGType
GType
getGType
()
Inherited Members
From Scalar
getGType
GType
getGType
()
gType
GType
gType
[@property getter]
self
Scalar
self
()
Returns
this
, for use in
with
statements.
parse
arrow
.
scalar
.
Scalar
parse
(arrow.data_type.DataType dataType, ubyte[] data)
cast_
arrow
.
scalar
.
Scalar
cast_
(arrow.data_type.DataType dataType, arrow.cast_options.CastOptions options)
equal
bool
equal
(arrow.scalar.Scalar otherScalar)
equalOptions
bool
equalOptions
(arrow.scalar.Scalar otherScalar, arrow.equal_options.EqualOptions options)
getDataType
arrow
.
data_type
.
DataType
getDataType
()
isValid
bool
isValid
()
toString_
string
toString_
()
arrow
float_scalar
classes
FloatScalar