![]() |
|
sum, min, max, etc. More...
Modules | |
allTrue | |
Test if all values in an array are true. | |
allTrueByKey | |
Calculate if all values that share the same consecutive keys are true. | |
anyTrueByKey | |
Calculate if any values that share the same consecutive keys are true. | |
anytrue | |
Calculate if any values in an array are true. | |
count | |
Count the number of non-zero elements in the input. | |
countByKey | |
Counts the non-zero values of an input array according to an array of keys. | |
max | |
Find the maximum values and their locations. | |
maxByKey | |
Finds the max of an input array according to an array of keys. | |
min | |
Find the minimum values and their locations. | |
minByKey | |
Finds the min of an input array according to an array of keys. | |
product | |
Find the product of values in the input. | |
productByKey | |
Finds the product of an input array according to an array of keys. | |
sum | |
Find the sum of values in the input. | |
sumByKey | |
Finds the sum of an input array according to an array of keys. | |
sum, min, max, etc.