IterableMathDoubleNullable extension
Properties
- highest → double?
-
Available on Iterable<
Returns the highest value in the list.double?> , provided by the IterableMathDoubleNullable extensionno setter - lowest → double?
-
Available on Iterable<
Returns the lowest value in the list.double?> , provided by the IterableMathDoubleNullable extensionno setter
Methods
-
absSum(
[bool invert = false]) → double -
Available on Iterable<
Returns the sum of the absolute values in the iterable.double?> , provided by the IterableMathDoubleNullable extension -
sum(
) → double -
Available on Iterable<
Returns the sum of the values in the iterable.double?> , provided by the IterableMathDoubleNullable extension