DynamicIntOnIterableDynamicIntExtension extension

on

Properties

abs List<DynamicInt>
Returns the absolute values of this numeric collection.
no setter
asDecimal Iterable<Decimal>
no setter
mean Decimal
Returns the mean/average of this numeric collection.
no setter
squares List<DynamicInt>
Returns the squares of this numeric collection.
no setter
squaresMean Decimal
Returns the mean/average of squares of this numeric collection.
no setter
squaresRoots List<Decimal>
Returns the squares roots of this numeric collection.
no setter
standardDeviation Decimal
Returns the standard deviation of this numeric collection.
no setter
sum DynamicInt
Returns the sum of this numeric collection.
no setter
sumSquares DynamicInt
Returns the sum of squares of this numeric collection.
no setter