DynamicIntOnIterableDynamicNumberExtension extension

on

Properties

abs List<DynamicNumber>
Returns the absolute values of this numeric collection.
no setter
asDecimal Iterable<Decimal>
no setter
asDouble Iterable<double>
no setter
asDynamicInt Iterable<DynamicInt>
no setter
asInt Iterable<int>
no setter
asNum Iterable<num>
no setter
mean Decimal
Returns the mean/average of this numeric collection.
no setter
squares List<DynamicNumber>
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 square roots of this numeric collection.
no setter
standardDeviation Decimal
Returns the standard deviation of this numeric collection.
no setter
sum DynamicNumber
Returns the sum of this numeric collection.
no setter
sumSquares DynamicNumber
Returns the sum of squares of this numeric collection.
no setter