DecimalOnIterableDecimalExtension extension

on

Properties

abs List<Decimal>

Available on Iterable<Decimal>, provided by the DecimalOnIterableDecimalExtension extension

Returns the absolute values of this numeric collection.
no setter
asDynamicInt Iterable<DynamicInt>

Available on Iterable<Decimal>, provided by the DecimalOnIterableDecimalExtension extension

no setter
mean Decimal

Available on Iterable<Decimal>, provided by the DecimalOnIterableDecimalExtension extension

Returns the mean/average of this numeric collection.
no setter
squares List<Decimal>

Available on Iterable<Decimal>, provided by the DecimalOnIterableDecimalExtension extension

Returns the squares of this numeric collection.
no setter
squaresMean Decimal

Available on Iterable<Decimal>, provided by the DecimalOnIterableDecimalExtension extension

Returns the mean/average of squares of this numeric collection.
no setter
squaresRoots List<Decimal>

Available on Iterable<Decimal>, provided by the DecimalOnIterableDecimalExtension extension

Returns the square roots of this numeric collection.
no setter
standardDeviation Decimal

Available on Iterable<Decimal>, provided by the DecimalOnIterableDecimalExtension extension

Returns the standard deviation of this numeric collection.
no setter
sum Decimal

Available on Iterable<Decimal>, provided by the DecimalOnIterableDecimalExtension extension

Returns the sum of this numeric collection.
no setter
sumSquares Decimal

Available on Iterable<Decimal>, provided by the DecimalOnIterableDecimalExtension extension

Returns the sum of squares of this numeric collection.
no setter