DoublePropertyQuery extension
"Property query" for a double field. Created by Query.property().
- on
Properties
- distinct ↔ bool
-
Available on PropertyQuery<
Get the status of "distinct-values" configuration.double> , provided by the DoublePropertyQuery extensiongetter/setter pair
Methods
-
average(
) → double -
Available on PropertyQuery<
Average value of the property over all objects matching the query.double> , provided by the DoublePropertyQuery extension -
count(
) → int -
Available on PropertyQuery<
Returns the count of non-null values.double> , provided by the DoublePropertyQuery extension -
find(
{double? replaceNullWith}) → List< double> -
Available on PropertyQuery<
Returns values of this property matching the query.double> , provided by the DoublePropertyQuery extension -
max(
) → double -
Available on PropertyQuery<
Maximum value of the property over all objects matching the query.double> , provided by the DoublePropertyQuery extension -
min(
) → double -
Available on PropertyQuery<
Minimum value of the property over all objects matching the query.double> , provided by the DoublePropertyQuery extension -
sum(
) → double -
Available on PropertyQuery<
Sum of all property values over objects matching the query.double> , provided by the DoublePropertyQuery extension