DecimalOnIterableDecimalExtension extension
Properties
-
abs
→ List<
Decimal> -
Available on Iterable<
Returns the absolute values of this numeric collection.Decimal> , provided by the DecimalOnIterableDecimalExtension extensionno setter -
asDynamicInt
→ Iterable<
DynamicInt> -
Available on Iterable<
Decimal> , provided by the DecimalOnIterableDecimalExtension extensionno setter - mean → Decimal
-
Available on Iterable<
Returns the mean/average of this numeric collection.Decimal> , provided by the DecimalOnIterableDecimalExtension extensionno setter -
squares
→ List<
Decimal> -
Available on Iterable<
Returns the squares of this numeric collection.Decimal> , provided by the DecimalOnIterableDecimalExtension extensionno setter - squaresMean → Decimal
-
Available on Iterable<
Returns the mean/average of squares of this numeric collection.Decimal> , provided by the DecimalOnIterableDecimalExtension extensionno setter -
squaresRoots
→ List<
Decimal> -
Available on Iterable<
Returns the square roots of this numeric collection.Decimal> , provided by the DecimalOnIterableDecimalExtension extensionno setter - standardDeviation → Decimal
-
Available on Iterable<
Returns the standard deviation of this numeric collection.Decimal> , provided by the DecimalOnIterableDecimalExtension extensionno setter - sum → Decimal
-
Available on Iterable<
Returns the sum of this numeric collection.Decimal> , provided by the DecimalOnIterableDecimalExtension extensionno setter - sumSquares → Decimal
-
Available on Iterable<
Returns the sum of squares of this numeric collection.Decimal> , provided by the DecimalOnIterableDecimalExtension extensionno setter