DoublePropertyQuery extension

"Property query" for a double field. Created by Query.property().

on

Properties

distinct bool

Available on PropertyQuery<double>, provided by the DoublePropertyQuery extension

Get the status of "distinct-values" configuration.
getter/setter pair

Methods

average() double

Available on PropertyQuery<double>, provided by the DoublePropertyQuery extension

Average value of the property over all objects matching the query.
count() int

Available on PropertyQuery<double>, provided by the DoublePropertyQuery extension

Returns the count of non-null values.
find({double? replaceNullWith}) List<double>

Available on PropertyQuery<double>, provided by the DoublePropertyQuery extension

Returns values of this property matching the query.
max() double

Available on PropertyQuery<double>, provided by the DoublePropertyQuery extension

Maximum value of the property over all objects matching the query.
min() double

Available on PropertyQuery<double>, provided by the DoublePropertyQuery extension

Minimum value of the property over all objects matching the query.
sum() double

Available on PropertyQuery<double>, provided by the DoublePropertyQuery extension

Sum of all property values over objects matching the query.