TEnumerableBase<T>.Sum Method
Summary
Computes the sum of the sequence.
Namespace
:
Spring.Collections.Base
Syntax
Delphi
public function Sum:
T
; overload;
Return Value
Type:
T
Implements
IEnumerable<T>.Sum
See Also
Reference
TEnumerableBase<T>
Spring.Collections.Base