[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rdl.Tools.CollectionExtensions.Sum

Sum Method

Sum(IEnumerable<Length>)

Computes the sum of a sequence of Length values.

Declaration
public static Length Sum(this IEnumerable<Length> seq)
Parameters
Type Name Description
IEnumerable<Length> seq

A sequence of Length values to compute.

Returns
Type Description
Length

A Length value representing the sum of the sequence of Length values.