System::Collections::Generic::IEnumerable::LINQ_Aggregate 方法
IEnumerable::LINQ_Aggregate method
对序列应用累加函数。
T System::Collections::Generic::IEnumerable<T>::LINQ_Aggregate(const Func<T, T, T> &func)
| 参数 | 类型 | 描述 |
|---|---|---|
| 函数 | const Func<T, T, T>& | 将在每个元素上调用的累加函数。 |
ReturnValue
最终的累加器值。
另见
- Class Func
- Class IEnumerable
- Namespace System::Collections::Generic
- Library Aspose.Font for C++