Preparing search index...
The search index is not available
uom-types - v0.0.0-development
uom-types
sum
Function sum
sum
<
T
extends
number
>
(
values
:
Iterable
<
T
>
)
:
OperationIO
<
T
>
Takes the sum of all the values in the given collection.
Type Parameters
T
extends
number
Parameters
values
:
Iterable
<
T
>
Returns
OperationIO
<
T
>
Math.sum(values)
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
uom-types - v0.0.0-development
Loading...
Takes the sum of all the values in the given collection.