[]
Computes the sum of a sequence of Length values.
public static Length Sum(this IEnumerable<Length> seq)
Type | Name | Description |
---|---|---|
IEnumerable<Length> | seq | A sequence of Length values to compute. |
Type | Description |
---|---|
Length | A Length value representing the sum of the sequence of Length values. |