Sequence Sum Method A Sandcastle Documented Class Library
Overload List
  NameDescription
Public methodStatic memberSum(ISequence Nullable BigInteger  )
Computes the sum of a sequence of Nullable T  values. If the source sequence represents an infinite set or series, this will never return!
Public methodStatic memberSum(ISequence BigInteger )
Computes the sum of a sequence of BigInteger values. If the source sequence represents an infinite set or series, this will never return!
Public methodStatic memberSum TSource (ISequence TSource , Func TSource, Nullable BigInteger  )
Computes the sum of the sequence of Nullable T  values that are obtained by invoking a transform function on each element of the input sequence. If the source sequence represents an infinite set or series, this will never return!
Public methodStatic memberSum TSource (ISequence TSource , Func TSource, BigInteger )
Computes the sum of the sequence of BigInteger values that are obtained by invoking a transform function on each element of the input sequence. If the source sequence represents an infinite set or series, this will never return!
Top
See Also